From: andrew may <acmay@acmay.homeip.net>
To: linuxppc-embedded@lists.linuxppc.org
Subject: [PATCH]ppc_ksyms needs consistent_ funcs
Date: Thu, 20 Sep 2001 21:08:36 -0700 [thread overview]
Message-ID: <20010920210836.C19199@ecam.san.rr.com> (raw)
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/
next reply other threads:[~2001-09-21 4:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-21 4:08 andrew may [this message]
2001-09-21 4:36 ` [PATCH]ppc_ksyms needs consistent_ funcs Dan Malek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20010920210836.C19199@ecam.san.rr.com \
--to=acmay@acmay.homeip.net \
--cc=linuxppc-embedded@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.