Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] Redefine outs[wl] for ide_outs[wl].
@ 2005-11-06 14:58 Atsushi Nemoto
  2005-11-07 19:31 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Atsushi Nemoto @ 2005-11-06 14:58 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

Add missing bits to fix D-cache aliasing problem in the PIO IDE driver.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>

diff --git a/include/asm-mips/mach-generic/ide.h b/include/asm-mips/mach-generic/ide.h
index 9610069..550979a 100644
--- a/include/asm-mips/mach-generic/ide.h
+++ b/include/asm-mips/mach-generic/ide.h
@@ -168,8 +168,12 @@ static inline void __ide_mm_outsl(void _
 /* ide_insw calls insw, not __ide_insw.  Why? */
 #undef insw
 #undef insl
+#undef outsw
+#undef outsl
 #define insw(port, addr, count) __ide_insw(port, addr, count)
 #define insl(port, addr, count) __ide_insl(port, addr, count)
+#define outsw(port, addr, count) __ide_outsw(port, addr, count)
+#define outsl(port, addr, count) __ide_outsl(port, addr, count)
 
 #endif /* __KERNEL__ */
 

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

* Re: [PATCH] Redefine outs[wl] for ide_outs[wl].
  2005-11-06 14:58 [PATCH] Redefine outs[wl] for ide_outs[wl] Atsushi Nemoto
@ 2005-11-07 19:31 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2005-11-07 19:31 UTC (permalink / raw)
  To: Atsushi Nemoto; +Cc: linux-mips

On Sun, Nov 06, 2005 at 11:58:21PM +0900, Atsushi Nemoto wrote:

> Add missing bits to fix D-cache aliasing problem in the PIO IDE driver.
> 
> Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>

Thanks, applied

  Ralf

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

end of thread, other threads:[~2005-11-07 19:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-06 14:58 [PATCH] Redefine outs[wl] for ide_outs[wl] Atsushi Nemoto
2005-11-07 19:31 ` Ralf Baechle

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