* [PATCH] ppc32: Remove duplicate export
@ 2004-03-30 5:35 Benjamin Herrenschmidt
0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2004-03-30 5:35 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linus Torvalds, Linux Kernel list
enable_kernel_fp is exported both in ppc_ksyms and near it's
definition in process.c, remove the former.
diff -urN linux-2.5/arch/ppc/kernel/ppc_ksyms.c linuxppc-2.5-benh/arch/ppc/kernel/ppc_ksyms.c
--- linux-2.5/arch/ppc/kernel/ppc_ksyms.c 2004-03-16 10:21:29.000000000 +1100
+++ linuxppc-2.5-benh/arch/ppc/kernel/ppc_ksyms.c 2004-03-30 13:00:44.000000000 +1000
@@ -192,7 +192,6 @@
EXPORT_SYMBOL(flush_instruction_cache);
EXPORT_SYMBOL(giveup_fpu);
-EXPORT_SYMBOL(enable_kernel_fp);
EXPORT_SYMBOL(flush_icache_range);
EXPORT_SYMBOL(flush_dcache_range);
EXPORT_SYMBOL(flush_icache_user_range);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-03-30 5:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-30 5:35 [PATCH] ppc32: Remove duplicate export Benjamin Herrenschmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox