commit | 06713773da4ac3d390c63d82641eb553224b27c2 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Oct 23 18:03:12 2007 +0200 |
committer | Stefan Roese <sr@denx.de> | Wed Oct 31 21:21:46 2007 +0100 |
tree | a530801edae064fb5de361751a35a7d994f3cf57 | |
parent | 6fa397df67c0f269e4528bf181a6e8c88f9723f9 [diff] [blame] |
ppc4xx: Remove compiler warning from previous commit Signed-off-by: Stefan Roese <sr@denx.de>
diff --git a/post/cpu/ppc4xx/cache.c b/post/cpu/ppc4xx/cache.c index 92b751a..38e6e98 100644 --- a/post/cpu/ppc4xx/cache.c +++ b/post/cpu/ppc4xx/cache.c
@@ -119,7 +119,7 @@ if (ints) enable_interrupts (); - remove_tlb(virt, CACHE_POST_SIZE); + remove_tlb((u32)virt, CACHE_POST_SIZE); return res; }