From: Stefan Roese Date: Wed, 31 Oct 2007 19:51:10 +0000 (+0100) Subject: ppc4xx: Enable CPU POST test for 4xx with dcache enabled X-Git-Tag: v2008.10-rc1~808^2~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3db93b8bedd32e914b38976141b3fdf4ea3ff738;hp=3db93b8bedd32e914b38976141b3fdf4ea3ff738;p=platform%2Fkernel%2Fu-boot.git ppc4xx: Enable CPU POST test for 4xx with dcache enabled Now with caches enabled (i- and d-cache) on 44x, we need a chance to disable the cache for the CPU POST tests, since these tests consist of self modifying code. This is done via the new change_tlb() function. Signed-off-by: Stefan Roese ---