13 #include <asm/cache.h>
14 #include <asm/addrspace.h>
15 #include <asm/processor.h>
16 #include <asm/cacheflush.h>
19 static void sh2__flush_wback_region(
void *
start,
int size)
22 unsigned long begin,
end;
30 for (way = 0; way < 4; way++) {
40 static void sh2__flush_purge_region(
void *start,
int size)
43 unsigned long begin,
end;
54 static void sh2__flush_invalidate_region(
void *start,
int size)
56 #ifdef CONFIG_CACHE_WRITEBACK
74 unsigned long begin,
end;