From: Stefan Roese Date: Tue, 23 Oct 2007 16:03:12 +0000 (+0200) Subject: ppc4xx: Remove compiler warning from previous commit X-Git-Tag: v2013.04~6335^2~94 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=06713773da4ac3d390c63d82641eb553224b27c2;p=bsp%2Fu-boot.git ppc4xx: Remove compiler warning from previous commit Signed-off-by: Stefan Roese --- 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; }