summaryrefslogtreecommitdiff
path: root/include/asm-x86/processor.h
diff options
context:
space:
mode:
authorGlauber Costa <gcosta@redhat.com>2008-03-03 14:12:56 -0300
committerIngo Molnar <mingo@elte.hu>2008-04-17 17:40:56 +0200
commitfe6762030ca3728d3e24b556676114a6a64a97be (patch)
treebd5ef51af909b84c3826006da3668860b4e0f1f4 /include/asm-x86/processor.h
parent0941ecb55fbfd2d8bcc62dfd2fcaba1b35f2f196 (diff)
x86: remove cpu_llc_id from processor.h
it is already defined in smp.h Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/processor.h')
-rw-r--r--include/asm-x86/processor.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h
index 8bec23c15527..e49e5e69ebb0 100644
--- a/include/asm-x86/processor.h
+++ b/include/asm-x86/processor.h
@@ -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