OSDN Git Service

x86: remove cpu_llc_id from processor.h
authorGlauber Costa <gcosta@redhat.com>
Mon, 3 Mar 2008 17:12:56 +0000 (14:12 -0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:40:56 +0000 (17:40 +0200)
it is already defined in smp.h

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/processor.h

index 8bec23c..e49e5e6 100644 (file)
@@ -355,9 +355,7 @@ union i387_union {
        struct i387_soft_struct         soft;
 };
 
-#ifdef CONFIG_X86_32
-DECLARE_PER_CPU(u8, cpu_llc_id);
-#else
+#ifdef CONFIG_X86_64
 DECLARE_PER_CPU(struct orig_ist, orig_ist);
 #endif