linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ppc64 kernel 2.6 ide-related patches (trivial)
@ 2003-09-11 16:28 linas
  2003-09-11 22:04 ` linas
  2003-09-12 17:00 ` [PATCH] ppc64 kernel 2.6 ide-related patches (revised) linas
  0 siblings, 2 replies; 4+ messages in thread
From: linas @ 2003-09-11 16:28 UTC (permalink / raw)
  To: linuxppc-dev


Hi,

Im getting complaints that the following patch hasn't made it into
the 2.6 BK trees yet.  They prevent the ide code from compiling.
Could someone apply this?

--linas

--- include/asm-ppc64/io.h.orig	2003-09-11 11:07:07.000000000 -0500
+++ include/asm-ppc64/io.h	2003-09-11 11:08:47.000000000 -0500
@@ -93,7 +93,7 @@ extern void _outsl_ns(volatile u32 *port
 #define inw_p(port)             inw(port)
 #define outw_p(val, port)       (udelay(1), outw((val), (port)))
 #define inl_p(port)             inl(port)
-#define outl_p(val, port)       (udelay(1), outl((val, (port)))
+#define outl_p(val, port)       (udelay(1), outl((val), (port)))

 /*
  * The *_ns versions below don't do byte-swapping.

--- arch/ppc64/kernel/misc.S.orig	2003-09-11 11:13:33.000000000 -0500
+++ arch/ppc64/kernel/misc.S	2003-09-11 11:15:18.000000000 -0500
@@ -359,7 +359,7 @@ _GLOBAL(_outsl)
 	bdnz	00b
 	blr

-_GLOBAL(ide_insw)
+/* _GLOBAL(ide_insw) now in drivers/ide/ide-iops.c */
 _GLOBAL(_insw_ns)
 	cmpwi	0,r5,0
 	mtctr	r5
@@ -371,7 +371,7 @@ _GLOBAL(_insw_ns)
 	bdnz	00b
 	blr

-_GLOBAL(ide_outsw)
+/* _GLOBAL(ide_outsw) now in drivers/ide/ide-iops.c */
 _GLOBAL(_outsw_ns)
 	cmpwi	0,r5,0
 	mtctr	r5

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

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

end of thread, other threads:[~2003-09-13 18:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-11 16:28 [PATCH] ppc64 kernel 2.6 ide-related patches (trivial) linas
2003-09-11 22:04 ` linas
2003-09-12 17:00 ` [PATCH] ppc64 kernel 2.6 ide-related patches (revised) linas
2003-09-13 18:18   ` Benjamin Herrenschmidt

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