aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Winchester <kwin@ns.sympatico.ca>2006-03-25 16:31:43 +0100
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-25 09:14:38 -0800
commit40caa884650fc6931cf55918dbf7496c49b3ddf8 (patch)
tree2c524a531a96751b9b6a1bbc7b96b06700a3d6a4
parent[PATCH] x86_64: Search K8 devices on more devices. (diff)
downloadlinux-dev-40caa884650fc6931cf55918dbf7496c49b3ddf8.tar.xz
linux-dev-40caa884650fc6931cf55918dbf7496c49b3ddf8.zip
[PATCH] x86_64: Eliminate register_die_notifier symbol exported
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>
-rw-r--r--arch/x86_64/kernel/x8664_ksyms.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/x8664_ksyms.c b/arch/x86_64/kernel/x8664_ksyms.c
index 365e5fbae9a0..d96a9348e5a2 100644
--- 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);