diff options
-rw-r--r-- | arch/sh/mm/cache-sh4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/cache-sh4.c b/arch/sh/mm/cache-sh4.c index e3fbd99b323c..8362d312ad94 100644 --- a/arch/sh/mm/cache-sh4.c +++ b/arch/sh/mm/cache-sh4.c | |||
@@ -357,7 +357,7 @@ static void __flush_cache_4096(unsigned long addr, unsigned long phys, | |||
357 | * pointless nead-of-loop check for 0 iterations. | 357 | * pointless nead-of-loop check for 0 iterations. |
358 | */ | 358 | */ |
359 | do { | 359 | do { |
360 | ea = base_addr + PAGE_SIZE; | 360 | ea = base_addr + 4096; |
361 | a = base_addr; | 361 | a = base_addr; |
362 | p = phys; | 362 | p = phys; |
363 | 363 | ||