]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/ia64/kernel/asm-offsets.c
sched: zap the migration init / cache-hot balancing code
[linux-2.6-omap-h63xx.git] / arch / ia64 / kernel / asm-offsets.c
index 16e7b6600ae67005e3afbf5655647bd5c894e8c5..2236fabbb3c60fcf6453a8b07a1448b9cb09e6bd 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #define ASM_OFFSETS_C 1
-#include <linux/config.h>
 
 #include <linux/sched.h>
 
@@ -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();