lkml.org 
[lkml]   [2000]   [Feb]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH] 2.3.42-ppc patch...
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/

\
 
 \ /
  Last update: 2005-03-22 13:56    [W:1.378 / U:0.152 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site