projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0941ecb
)
x86: remove cpu_llc_id from processor.h
author
Glauber Costa
<gcosta@redhat.com>
Mon, 3 Mar 2008 17:12:56 +0000
(14:12 -0300)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:40:56 +0000
(17:40 +0200)
it is already defined in smp.h
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/processor.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/processor.h
b/include/asm-x86/processor.h
index 8bec23c15527e2dbd52b181912d89f9dd6101f77..e49e5e69ebb07a373fdbcba16fa099f84cff612d 100644
(file)
--- 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