Ani Joshi wrote:
>
> hello all, attatched you'll find a patch which should apply to 2.3.41 and
> .42.
>
> this gives ppc the new dyn dma "support" and the stuff for the new rw
> semaphores.
>
> any feedback would be appreciated, thanks
Works OK here (PMac 6400). Great job, thanks!
Some modules are complaining about unresolved symbols
pci_free_consistent and pci_alloc_consistent. I suppose there should be
some EXPORT_SYMBOL, like:
--- arch/ppc/kernel/ppc_ksyms.c.ori Fri Feb 4 10:18:20 2000
+++ arch/ppc/kernel/ppc_ksyms.c Fri Feb 4 10:28:10 2000
@@ -11,6 +11,7 @@
#include <linux/spinlock.h>
#include <linux/console.h>
#include <linux/irq.h>
+#include <linux/pci.h>
#include <asm/page.h>
#include <asm/semaphore.h>
@@ -137,6 +138,9 @@
EXPORT_SYMBOL(__clear_user);
EXPORT_SYMBOL(__strncpy_from_user);
EXPORT_SYMBOL(__strnlen_user);
+
+EXPORT_SYMBOL(pci_alloc_consistent);
+EXPORT_SYMBOL(pci_free_consistent);
/*
EXPORT_SYMBOL(inb);
-- Martin- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Mon Feb 07 2000 - 21:00:11 EST