summaryrefslogtreecommitdiffstats
path: root/post/cpu/ppc4xx/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'post/cpu/ppc4xx/cache.c')
-rw-r--r--post/cpu/ppc4xx/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/post/cpu/ppc4xx/cache.c b/post/cpu/ppc4xx/cache.c
index 92b751af10..38e6e98cc7 100644
--- a/post/cpu/ppc4xx/cache.c
+++ b/post/cpu/ppc4xx/cache.c
@@ -119,7 +119,7 @@ int cache_post_test (int flags)
if (ints)
enable_interrupts ();
- remove_tlb(virt, CACHE_POST_SIZE);
+ remove_tlb((u32)virt, CACHE_POST_SIZE);
return res;
}
OpenPOWER on IntegriCloud