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>
This commit is contained in:
committed by
Ingo Molnar
parent
0941ecb55f
commit
fe6762030c
@@ -355,9 +355,7 @@ union i387_union {
|
|||||||
struct i387_soft_struct soft;
|
struct i387_soft_struct soft;
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef CONFIG_X86_32
|
#ifdef CONFIG_X86_64
|
||||||
DECLARE_PER_CPU(u8, cpu_llc_id);
|
|
||||||
#else
|
|
||||||
DECLARE_PER_CPU(struct orig_ist, orig_ist);
|
DECLARE_PER_CPU(struct orig_ist, orig_ist);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user