This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-04 05:46:46 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
89c9c4c58e
linux_dsm_epyc7002
/
arch
/
x86
/
kernel
/
asm-offsets.c
6 lines
92 B
C
Raw
Normal View
History
Unescape
Escape
i386: 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 16:12:08 +07:00
#
ifdef CONFIG_X86_32
#
include "asm-offsets_32.c"
#
else
#
include "asm-offsets_64.c"
lguest: the asm offsets This is the structure offsets required by lg.ko's switcher.S. Unfortunately we don't have infrastructure for private asm-offsets creation. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-07-19 15:49:26 +07:00
#
endif
Reference in New Issue
Copy Permalink