Ralf Baechle 5636919b5c MIPS: Outline udelay and fix a few issues.
Outlining fixes the issue were on certain CPUs such as the R10000 family
the delay loop would need an extra cycle if it overlaps a cacheline
boundary.

The rewrite also fixes build errors with GCC 4.4 which was changed in
way incompatible with the kernel's inline assembly.

Relying on pure C for computation of the delay value removes the need for
explicit.  The price we pay is a slight slowdown of the computation - to
be fixed on another day.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2009-06-08 16:57:51 +01:00
..
2009-03-20 18:09:54 +00:00
2008-12-12 18:12:23 +00:00
2008-11-24 16:35:07 +00:00
2009-05-14 13:50:29 +01:00
2009-05-14 13:50:29 +01:00
2009-01-12 15:27:13 -08:00
2008-10-20 08:52:41 -07:00
2009-02-01 11:01:27 +05:30