linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] export new __io{re,un}map_at() symbols
@ 2007-08-31  3:58 Olof Johansson
  2007-09-10 21:57 ` Paul Mackerras
  0 siblings, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2007-08-31  3:58 UTC (permalink / raw)
  To: paulus; +Cc: linuxppc-dev

Export new __io{re,un}map_at() symbols so modules can use them.


Signed-off-by: Olof Johansson <olof@lixom.net>


Index: mainline/arch/powerpc/mm/pgtable_64.c
===================================================================
--- mainline.orig/arch/powerpc/mm/pgtable_64.c
+++ mainline/arch/powerpc/mm/pgtable_64.c
@@ -228,5 +228,7 @@ void iounmap(volatile void __iomem *toke
 EXPORT_SYMBOL(ioremap);
 EXPORT_SYMBOL(ioremap_flags);
 EXPORT_SYMBOL(__ioremap);
+EXPORT_SYMBOL(__ioremap_at);
 EXPORT_SYMBOL(iounmap);
 EXPORT_SYMBOL(__iounmap);
+EXPORT_SYMBOL(__iounmap_at);

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

end of thread, other threads:[~2007-09-10 23:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-31  3:58 [PATCH] export new __io{re,un}map_at() symbols Olof Johansson
2007-09-10 21:57 ` Paul Mackerras
2007-09-10 22:41   ` Olof Johansson
2007-09-10 23:10     ` Paul Mackerras
2007-09-10 23:34       ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).