Skip to content
Snippets Groups Projects
Commit 6fa397df authored by Stefan Roese's avatar Stefan Roese
Browse files

ppc4xx: Remove temporary TLB entry in POST cache test


Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 1338e6a8
No related branches found
No related tags found
No related merge requests found
...@@ -119,6 +119,8 @@ int cache_post_test (int flags) ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment