projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff768cb
)
ppc4xx: Remove temporary TLB entry in POST cache test only for 440
author
Stefan Roese
<sr@denx.de>
Wed, 31 Oct 2007 19:45:53 +0000
(20:45 +0100)
committer
Stefan Roese
<sr@denx.de>
Wed, 31 Oct 2007 20:21:47 +0000
(21:21 +0100)
Signed-off-by: Stefan Roese <sr@denx.de>
post/cpu/ppc4xx/cache.c
patch
|
blob
|
history
diff --git
a/post/cpu/ppc4xx/cache.c
b/post/cpu/ppc4xx/cache.c
index
38e6e98
..
30d5088
100644
(file)
--- a/
post/cpu/ppc4xx/cache.c
+++ b/
post/cpu/ppc4xx/cache.c
@@
-119,7
+119,9
@@
int cache_post_test (int flags)
if (ints)
enable_interrupts ();
+#ifdef CONFIG_440
remove_tlb((u32)virt, CACHE_POST_SIZE);
+#endif
return res;
}