x86: Remove unused TI_cpu
[cascardo/linux.git] / arch / x86 / kernel / asm-offsets_32.c
index 628bfd4..6ce3902 100644 (file)
@@ -26,9 +26,6 @@ void foo(void)
        OFFSET(CPUINFO_x86_vendor_id, cpuinfo_x86, x86_vendor_id);
        BLANK();
 
-       OFFSET(TI_cpu, thread_info, cpu);
-       BLANK();
-
        OFFSET(PT_EBX, pt_regs, bx);
        OFFSET(PT_ECX, pt_regs, cx);
        OFFSET(PT_EDX, pt_regs, dx);