* [PATCH] export more symbols on sparc32
@ 2004-08-27 19:41 Joshua Kwan
2004-08-27 20:12 ` David S. Miller
2004-08-27 21:20 ` C.Newport
0 siblings, 2 replies; 3+ messages in thread
From: Joshua Kwan @ 2004-08-27 19:41 UTC (permalink / raw)
To: sparclinux
[-- Attachment #1.1: Type: text/plain, Size: 380 bytes --]
Hello,
this patch against 2.6.8.1 exports a bunch of symbols that allow our
highly modular configs to work.
Now, re: the pci hunk, it may not be worth applying; a better solution
might be to turn off PCI for sparc32.. I have never seen a PCI-gifted
sparc32 but the config is largely an 'allmodconfig' and I decided to
just see what would happen.
Comments?
--
Joshua Kwan
[-- Attachment #1.2: sparc32-export-more-ksyms.dpatch --]
[-- Type: text/plain, Size: 914 bytes --]
# DP: export more symbols for sparc32 so we can get our stuff built
# DP: upstream-status: unsent
--- kernel-source-2.6.8/arch/sparc/kernel/sparc_ksyms.c~ 2004-08-27 01:09:06.000000000 -0700
+++ kernel-source-2.6.8/arch/sparc/kernel/sparc_ksyms.c 2004-08-27 01:10:27.000000000 -0700
@@ -214,6 +214,10 @@
EXPORT_SYMBOL(pci_dma_sync_single_for_device);
EXPORT_SYMBOL(pci_dma_sync_sg_for_cpu);
EXPORT_SYMBOL(pci_dma_sync_sg_for_device);
+EXPORT_SYMBOL(pci_map_sg);
+EXPORT_SYMBOL(pci_unmap_sg);
+EXPORT_SYMBOL(pci_map_page);
+EXPORT_SYMBOL(pci_unmap_page);
/* Actually, ioremap/iounmap are not PCI specific. But it is ok for drivers. */
EXPORT_SYMBOL(ioremap);
EXPORT_SYMBOL(iounmap);
@@ -298,6 +302,9 @@
/* Cache flushing. */
EXPORT_SYMBOL(sparc_flush_page_to_ram);
+/* For when serial stuff is built as modules. */
+EXPORT_SYMBOL(sun_do_break);
+
EXPORT_SYMBOL(__ret_efault);
EXPORT_SYMBOL(memcmp);
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 894 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] export more symbols on sparc32
2004-08-27 19:41 [PATCH] export more symbols on sparc32 Joshua Kwan
@ 2004-08-27 20:12 ` David S. Miller
2004-08-27 21:20 ` C.Newport
1 sibling, 0 replies; 3+ messages in thread
From: David S. Miller @ 2004-08-27 20:12 UTC (permalink / raw)
To: sparclinux
On Fri, 27 Aug 2004 12:41:07 -0700
Joshua Kwan <joshk@triplehelix.org> wrote:
> Now, re: the pci hunk, it may not be worth applying; a better solution
> might be to turn off PCI for sparc32.. I have never seen a PCI-gifted
> sparc32 but the config is largely an 'allmodconfig' and I decided to
> just see what would happen.
JavaStation systems have PCI.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] export more symbols on sparc32
2004-08-27 19:41 [PATCH] export more symbols on sparc32 Joshua Kwan
2004-08-27 20:12 ` David S. Miller
@ 2004-08-27 21:20 ` C.Newport
1 sibling, 0 replies; 3+ messages in thread
From: C.Newport @ 2004-08-27 21:20 UTC (permalink / raw)
To: sparclinux
On Friday 27 August 2004 8:41 pm, Joshua Kwan wrote:
> Now, re: the pci hunk, it may not be worth applying; a better solution
> might be to turn off PCI for sparc32.. I have never seen a PCI-gifted
> sparc32
You only need PCI sparc32 for Javastations, but they need a special
nfsroot setup anyway and are best dealt with separately with their
own minimised kernel and pre-installed root filesystem. No installer
is required, just the ability to add packages.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-08-27 21:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-27 19:41 [PATCH] export more symbols on sparc32 Joshua Kwan
2004-08-27 20:12 ` David S. Miller
2004-08-27 21:20 ` C.Newport
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.