public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] x8664_ksyms.c: unexport register_die_notifier
@ 2005-01-16  7:46 Adrian Bunk
  2005-01-17  9:26 ` Andi Kleen
  0 siblings, 1 reply; 7+ messages in thread
From: Adrian Bunk @ 2005-01-16  7:46 UTC (permalink / raw)
  To: ak; +Cc: discuss, linux-kernel

The only user of register_die_notifier (kernel/kprobes.c) can't be 
built modular. Therefore, it's the EXPORT_SYMBOL is superfluous.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.11-rc1-mm1-full/arch/x86_64/kernel/x8664_ksyms.c.old	2005-01-16 05:38:17.000000000 +0100
+++ linux-2.6.11-rc1-mm1-full/arch/x86_64/kernel/x8664_ksyms.c	2005-01-16 08:45:54.000000000 +0100
@@ -198,7 +198,6 @@
 #endif
 
 EXPORT_SYMBOL(die_chain);
-EXPORT_SYMBOL(register_die_notifier);
 
 #ifdef CONFIG_SMP
 EXPORT_SYMBOL(cpu_sibling_map);


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-01-17 11:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-16  7:46 [2.6 patch] x8664_ksyms.c: unexport register_die_notifier Adrian Bunk
2005-01-17  9:26 ` Andi Kleen
2005-01-17  9:54   ` Arjan van de Ven
2005-01-17 10:07     ` [discuss] " Tigran Aivazian
2005-01-17 10:13     ` Andi Kleen
2005-01-17 11:19       ` Arjan van de Ven
2005-01-17 11:26         ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox