X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=post%2Fcpu%2Fppc4xx%2Fcache.c;h=38e6e98cc7331e09c70951ec78eabd03f74c76a4;hb=06713773da4ac3d390c63d82641eb553224b27c2;hp=92b751af10ddee5c8c326cc25cccf22bcb8611a6;hpb=6fa397df67c0f269e4528bf181a6e8c88f9723f9;p=oweals%2Fu-boot.git 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; }