On Wed, Oct 19, 2005 at 07:57:14PM +0900, Atsushi Nemoto wrote: > I found cacheflush(0, 0, 0) will crash the system. > > This is because flush_icache_range(start, end) tries to flushing whole > address space (0 - ffffffff) if both start and end are zero (at least > in c-r4k.c). Applied, Ralf