aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/asm-offsets.c
blob: cfa82c899f47942550e8103d5660473e22dee8f3 (plain) (blame)
1
2
3
4
5
#ifdef CONFIG_X86_32
# include "asm-offsets_32.c"
#else
# include "asm-offsets_64.c"
#endif