x86/asm: Remove unused TI_cpu
authorBrian Gerst <[email protected]>
Sun, 12 Apr 2015 13:14:46 +0000 (09:14 -0400)
committerIngo Molnar <[email protected]>
Wed, 15 Apr 2015 09:28:50 +0000 (11:28 +0200)
Signed-off-by: Brian Gerst <[email protected]>
Acked-by: Andy Lutomirski <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Denys Vlasenko <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/asm-offsets_32.c

index 628bfd4c06bbd21d4383d9db56d9b0b99f2f803c..6ce39025f467fb060ce68c8b8ebfaf8f87258d09 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);