David Miller
8690ba446d
[PATCH] video/aty/mach64_ct.c: fix bogus delay loop
...
CT based mach64 cards were reported to hang on sparc64 boxes when
compiled with gcc-4.1.x and later.
Looking at this piece of code, it's no surprise. A critical
delay was implemented as an empty for() loop, and gcc 4.0.x
and previous did not optimize it away, so we did get a delay.
But gcc-4.1.x and later can optimize it away, and we get crashes.
Use a real udelay() to fix this. Fix verified on SunBlade100.
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-03-05 08:12:54 -08:00
..
2007-03-04 20:40:50 +00:00
2007-03-01 14:53:38 -08:00
2007-03-03 10:36:19 -05:00
2007-02-17 15:30:48 -05:00
2007-02-20 17:10:14 -08:00
2007-02-23 14:52:09 -08:00
2007-03-02 15:22:55 -08:00
2007-02-26 11:42:42 -08:00
2007-03-05 07:57:51 -08:00
2007-03-05 07:57:53 -08:00
2007-03-05 07:57:53 -08:00
2007-02-26 14:55:48 -08:00
2007-02-14 08:09:54 -08:00
2007-02-12 09:48:32 -08:00
2007-02-14 08:09:54 -08:00
2007-02-11 10:51:32 -08:00
2007-03-01 09:54:44 +01:00
2007-02-14 21:15:05 +01:00
2007-03-04 20:40:50 +00:00
2007-03-03 17:48:55 +01:00
2007-02-19 13:29:02 -08:00
2007-02-26 12:57:08 -08:00
2007-03-05 07:57:51 -08:00
2007-03-01 14:53:39 -08:00
2007-03-04 11:12:43 +02:00
2007-02-15 21:37:29 +00:00
2007-02-20 09:26:53 +00:00
2007-03-05 07:57:53 -08:00
2007-03-03 10:14:36 -02:00
2007-02-14 08:09:54 -08:00
2007-02-26 12:35:47 -08:00
2007-02-20 09:26:53 +00:00
2007-02-19 13:18:39 -08:00
2007-02-25 16:41:41 +00:00
2007-03-02 20:44:51 -08:00
2007-02-12 09:48:45 -08:00
2007-02-26 12:48:06 -08:00
2007-02-20 17:10:16 -08:00
2007-03-05 07:57:50 -08:00
2007-02-23 14:52:09 -08:00
2007-02-16 18:52:41 -05:00
2007-02-16 14:00:19 +11:00
2007-02-14 08:09:54 -08:00
2007-03-04 20:33:07 +00:00
2007-03-02 20:44:51 -08:00
2007-02-26 11:35:51 -08:00
2007-03-04 20:33:31 +00:00
2007-03-05 07:57:51 -08:00
2007-02-11 10:51:25 -08:00
2007-02-20 17:10:16 -08:00
2007-02-14 08:09:54 -08:00
2007-02-14 08:09:54 -08:00
2007-03-05 07:57:54 -08:00
2007-03-05 08:12:54 -08:00
2007-02-12 09:48:28 -08:00
2007-02-12 09:48:45 -08:00
2007-02-11 10:51:24 -08:00
2007-02-11 10:51:24 -08:00