ppc4xx: Remove temporary TLB entry in POST cache test
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
1338e6a818
commit
6fa397df67
|
|
@ -119,6 +119,8 @@ int cache_post_test (int flags)
|
||||||
if (ints)
|
if (ints)
|
||||||
enable_interrupts ();
|
enable_interrupts ();
|
||||||
|
|
||||||
|
remove_tlb(virt, CACHE_POST_SIZE);
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue