public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6.10-rc2-mm3] mips: fixed memory mapped I/O of IDE on MIPS
@ 2004-11-24  1:18 Yoichi Yuasa
  2004-11-24 17:51 ` Ralf Baechle
  0 siblings, 1 reply; 3+ messages in thread
From: Yoichi Yuasa @ 2004-11-24  1:18 UTC (permalink / raw)
  To: Andrew Morton; +Cc: yuasa, linux-kernel, Ralf Baechle

This patch fixes memory mapped I/O of IDE on MIPS.

The MMIO of IDE on MIPS, the read*()/write*() are correct methods for it.
 
Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>

diff -urN -X dontdiff a-orig/include/asm-mips/ide.h a/include/asm-mips/ide.h
--- a-orig/include/asm-mips/ide.h	Mon Oct 11 11:58:23 2004
+++ a/include/asm-mips/ide.h	Thu Oct 14 12:19:27 2004
@@ -14,11 +14,7 @@
 #ifdef __KERNEL__
 
 #include <ide.h>
-
-#define __ide_mm_insw   ide_insw
-#define __ide_mm_insl   ide_insl
-#define __ide_mm_outsw  ide_outsw
-#define __ide_mm_outsl  ide_outsl
+#include <asm-generic/ide_iops.h>
 
 #endif /* __KERNEL__ */
 


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

end of thread, other threads:[~2004-11-27  3:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-24  1:18 [PATCH 2.6.10-rc2-mm3] mips: fixed memory mapped I/O of IDE on MIPS Yoichi Yuasa
2004-11-24 17:51 ` Ralf Baechle
2004-11-25 15:17   ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox