* [PATCH] ppc64: Add missing exports
@ 2005-06-27 4:29 Benjamin Herrenschmidt
0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2005-06-27 4:29 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linux Kernel list, linuxppc64-dev
Hi !
This patch adds a couple of missing symbol exports. flush_dcache_page is
used by the AGP driver and rtc_lock by the RTC driver.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Nick Piggin <nickpiggin@yahoo.com.au>
Index: linux-work/arch/ppc64/kernel/time.c
===================================================================
--- linux-work.orig/arch/ppc64/kernel/time.c 2005-06-27 12:08:53.000000000 +1000
+++ linux-work/arch/ppc64/kernel/time.c 2005-06-27 14:31:13.000000000 +1000
@@ -91,7 +91,8 @@
unsigned tb_to_us;
unsigned long processor_freq;
DEFINE_SPINLOCK(rtc_lock);
-
+EXPORT_SYMBOL_GPL(rtc_lock);
+
unsigned long tb_to_ns_scale;
unsigned long tb_to_ns_shift;
Index: linux-work/arch/ppc64/kernel/ppc_ksyms.c
===================================================================
--- linux-work.orig/arch/ppc64/kernel/ppc_ksyms.c 2005-05-02 10:48:08.000000000 +1000
+++ linux-work/arch/ppc64/kernel/ppc_ksyms.c 2005-06-27 14:31:30.000000000 +1000
@@ -75,6 +75,7 @@
EXPORT_SYMBOL(giveup_altivec);
#endif
EXPORT_SYMBOL(__flush_icache_range);
+EXPORT_SYMBOL(flush_dcache_range);
#ifdef CONFIG_SMP
#ifdef CONFIG_PPC_ISERIES
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-06-27 4:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-27 4:29 [PATCH] ppc64: Add missing exports Benjamin Herrenschmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®