Skip to content

Commit

Permalink
x86: remove cpu_llc_id from processor.h
Browse files Browse the repository at this point in the history
it is already defined in smp.h

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Glauber Costa authored and Ingo Molnar committed Apr 17, 2008
1 parent 0941ecb commit fe67620
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/asm-x86/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fe67620

Please sign in to comment.