Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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