linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]ppc_ksyms needs consistent_ funcs
@ 2001-09-21  4:08 andrew may
  2001-09-21  4:36 ` Dan Malek
  0 siblings, 1 reply; 2+ messages in thread
From: andrew may @ 2001-09-21  4:08 UTC (permalink / raw)
  To: linuxppc-embedded


I don't know if these need to be conditional or not but I need
them exported to work on a PCI driver.

It seems strange the pci_alloc/free_consistent need CONFIG_PCI
and pci_bus_to_phys and friends check CONFIG_ALL_PPC.


diff -ur linux-base/arch/ppc/kernel/ppc_ksyms.c linux-ppc/arch/ppc/kernel/ppc_ksyms.c
--- linux-base/arch/ppc/kernel/ppc_ksyms.c      Thu Sep 20 08:56:50 2001
+++ linux-ppc/arch/ppc/kernel/ppc_ksyms.c       Thu Sep 20 20:22:12 2001
@@ -174,6 +174,10 @@
 EXPORT_SYMBOL(pci_free_consistent);
 #endif /* CONFIG_PCI */

+EXPORT_SYMBOL(consistent_alloc);
+EXPORT_SYMBOL(consistent_free);
+EXPORT_SYMBOL(consistent_sync);
+
 EXPORT_SYMBOL(start_thread);
 EXPORT_SYMBOL(kernel_thread);

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2001-09-21  4:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-21  4:08 [PATCH]ppc_ksyms needs consistent_ funcs andrew may
2001-09-21  4:36 ` Dan Malek

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).