From: Stefan Roese Date: Tue, 23 Oct 2007 12:40:30 +0000 (+0200) Subject: ppc4xx: Remove temporary TLB entry in POST cache test X-Git-Tag: v1.3.2-rc1~102^2~95 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6fa397df67c0f269e4528bf181a6e8c88f9723f9;p=u-boot ppc4xx: Remove temporary TLB entry in POST cache test Signed-off-by: Stefan Roese --- diff --git a/post/cpu/ppc4xx/cache.c b/post/cpu/ppc4xx/cache.c index 109ca1fbd1..92b751af10 100644 --- a/post/cpu/ppc4xx/cache.c +++ b/post/cpu/ppc4xx/cache.c @@ -119,6 +119,8 @@ int cache_post_test (int flags) if (ints) enable_interrupts (); + remove_tlb(virt, CACHE_POST_SIZE); + return res; }