This website requires JavaScript.
Explore
Help
Register
Sign In
OpenSDV
/
linux-stable-rt
Watch
1
Star
0
Fork
You've already forked linux-stable-rt
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ee580dc91e
linux-stable-rt
/
arch
/
x86_64
/
kernel
/
asm-offsets.c
6 lines
92 B
C
Raw
Normal View
History
Unescape
Escape
x86_64: prepare shared kernel/asm-offsets.c Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
2007-10-11 17:14:19 +08:00
#
ifdef CONFIG_X86_32
#
include "asm-offsets_32.c"
#
else
#
include "asm-offsets_64.c"
Linux-2.6.12-rc2 Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
2005-04-17 06:20:36 +08:00
#
endif