From 06713773da4ac3d390c63d82641eb553224b27c2 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Tue, 23 Oct 2007 18:03:12 +0200 Subject: ppc4xx: Remove compiler warning from previous commit Signed-off-by: Stefan Roese --- post/cpu/ppc4xx/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post/cpu/ppc4xx') 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; } -- cgit v1.2.1