X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fia64%2Fkernel%2Fasm-offsets.c;h=2236fabbb3c60fcf6453a8b07a1448b9cb09e6bd;hb=cfaae3ee4a0d00c6b22780057e958d625499e90c;hp=16e7b6600ae67005e3afbf5655647bd5c894e8c5;hpb=c0897856553d45aee1780bed455b7c2e888dd64b;p=powerpc.git diff --git a/arch/ia64/kernel/asm-offsets.c b/arch/ia64/kernel/asm-offsets.c index 16e7b6600a..2236fabbb3 100644 --- a/arch/ia64/kernel/asm-offsets.c +++ b/arch/ia64/kernel/asm-offsets.c @@ -5,7 +5,6 @@ */ #define ASM_OFFSETS_C 1 -#include #include @@ -36,6 +35,7 @@ void foo(void) BLANK(); DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); + DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count)); BLANK();