mirror of
https://github.com/torvalds/linux.git
synced 2025-11-11 05:58:56 +02:00
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
5 lines
92 B
C
5 lines
92 B
C
#ifdef CONFIG_X86_32
|
|
# include "asm-offsets_32.c"
|
|
#else
|
|
# include "asm-offsets_64.c"
|
|
#endif
|