Commit fe676203 authored by Glauber Costa's avatar Glauber Costa Committed by Ingo Molnar

x86: remove cpu_llc_id from processor.h

it is already defined in smp.h
Signed-off-by: default avatarGlauber Costa <gcosta@redhat.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 0941ecb5
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment