From: Glauber Costa Date: Mon, 3 Mar 2008 17:12:56 +0000 (-0300) Subject: x86: remove cpu_llc_id from processor.h X-Git-Tag: v2.6.26-rc1~1154^2~458 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=fe6762030ca3728d3e24b556676114a6a64a97be;p=linux-2.6-omap-h63xx.git x86: remove cpu_llc_id from processor.h it is already defined in smp.h Signed-off-by: Glauber Costa Signed-off-by: Ingo Molnar --- diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h index 8bec23c1552..e49e5e69ebb 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