Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH 2.4] ndelay typo?
@ 2003-07-05 13:22 Brian Murphy
  2003-07-05 13:34 ` Ralf Baechle
  0 siblings, 1 reply; 7+ messages in thread
From: Brian Murphy @ 2003-07-05 13:22 UTC (permalink / raw)
  To: ralf; +Cc: linux-mips

Hi Ralf,
	I presume you meant this?

/Brian

Index: include/asm/delay.h
===================================================================
RCS file: /cvs/linux/include/asm-mips/delay.h,v
retrieving revision 1.10.2.4
diff -u -r1.10.2.4 delay.h
--- include/asm/delay.h	5 Jul 2003 03:23:46 -0000	1.10.2.4
+++ include/asm/delay.h	5 Jul 2003 13:18:24 -0000
@@ -73,6 +73,6 @@
 #endif
 
 #define udelay(usecs) __udelay((usecs),__udelay_val)
-#define ndelay(usecs) __udelay((usecs),__udelay_val)
+#define ndelay(usecs) __ndelay((usecs),__udelay_val)
 
 #endif /* _ASM_DELAY_H */

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

end of thread, other threads:[~2003-07-10  7:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-05 13:22 [PATCH 2.4] ndelay typo? Brian Murphy
2003-07-05 13:34 ` Ralf Baechle
2003-07-05 21:16   ` Geert Uytterhoeven
2003-07-05 22:54     ` Ralf Baechle
2003-07-09  7:58       ` Nile 4 (was: Re: [PATCH 2.4] ndelay typo?) Geert Uytterhoeven
2003-07-09 22:45         ` Nile 4 Ralf Baechle
2003-07-10  7:29           ` Geert Uytterhoeven

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