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:
9c01dda
)
[PATCH] x86_64: Eliminate register_die_notifier symbol exported
author
Kevin Winchester
<kwin@ns.sympatico.ca>
Sat, 25 Mar 2006 15:31:43 +0000
(16:31 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 25 Mar 2006 17:14:38 +0000
(09:14 -0800)
register_die_notifier is exported twice, once in traps.c and once in
x8664_ksyms.c. This results in a warning on build.
Signed-off-by: Kevin Winchester <kwin@ns.sympatico.ca>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/x8664_ksyms.c
patch
|
blob
|
history
diff --git
a/arch/x86_64/kernel/x8664_ksyms.c
b/arch/x86_64/kernel/x8664_ksyms.c
index 365e5fbae9a07368e555bedf575e80b269638a2b..d96a9348e5a24eb13e3d9f4c40714a134eb3137d 100644
(file)
--- a/
arch/x86_64/kernel/x8664_ksyms.c
+++ b/
arch/x86_64/kernel/x8664_ksyms.c
@@
-144,7
+144,6
@@
EXPORT_SYMBOL(rwsem_down_write_failed_thunk);
EXPORT_SYMBOL(empty_zero_page);
EXPORT_SYMBOL(die_chain);
-EXPORT_SYMBOL(register_die_notifier);
#ifdef CONFIG_SMP
EXPORT_SYMBOL(cpu_sibling_map);