public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Export ioremap_nocache
@ 2002-06-19  5:50 Andi Kleen
  0 siblings, 0 replies; only message in thread
From: Andi Kleen @ 2002-06-19  5:50 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel


This is needed to still load modules which use ioremap_nocache. Broken by
me with the pageattr patch.

-Andi


--- linux-2.5.23-work/arch/i386/kernel/i386_ksyms.c-o	Wed Jun 19 05:32:14 2002
+++ linux-2.5.23-work/arch/i386/kernel/i386_ksyms.c	Wed Jun 19 07:47:34 2002
@@ -63,6 +63,7 @@
 EXPORT_SYMBOL(dump_fpu);
 EXPORT_SYMBOL(dump_extended_fpu);
 EXPORT_SYMBOL(__ioremap);
+EXPORT_SYMBOL(ioremap_nocache);
 EXPORT_SYMBOL(iounmap);
 EXPORT_SYMBOL(enable_irq);
 EXPORT_SYMBOL(disable_irq);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-06-19  5:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-19  5:50 [PATCH] Export ioremap_nocache Andi Kleen

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