Thomas Bogendoerfer e0cee3eea7 [MIPS] Fix WARNING: at kernel/smp.c:290
trap_init issues flush_icache_range(), which uses ipi functions to
get icache flushing done on all cpus. But this is done before interrupts
are enabled and caused WARN_ON messages. This changeset introduces
a new local_flush_icache_range() and uses it before interrupts (and
additional CPUs) are enabled to avoid this problem.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2008-09-05 21:24:11 +01:00
..
2008-07-30 21:54:41 +01:00
2008-07-15 18:44:36 +01:00
2008-07-15 18:44:28 +01:00
2008-05-01 08:03:58 -07:00
2008-07-15 18:44:29 +01:00
2008-07-30 21:54:36 +01:00
2008-06-05 18:13:16 +01:00
2008-07-15 18:44:29 +01:00
2008-07-30 21:54:34 +01:00
2008-05-04 14:45:55 -07:00
2008-08-26 09:10:20 +01:00