+2
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Cacheflush(0, 0, 0) was crashing the system. This is because
flush_icache_range(start, end) tries to flushing whole address space
(0 - ~0UL) if both start and end are zero.
Signed-off-by:
Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>