projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
073828d
)
[MIPS] TX39xx: Add missing local_flush_icache_range initialization
author
Atsushi Nemoto
<
[email protected]
>
Tue, 26 Aug 2008 13:30:41 +0000
(22:30 +0900)
committer
Ralf Baechle
<
[email protected]
>
Fri, 5 Sep 2008 20:24:12 +0000
(21:24 +0100)
Commmit
59e39ecd933ba49eb6efe84cbfa5597a6c9ef18a
("Fix WARNING: at
kernel/smp.c:290") introduced local_flush_icache_range but lacks
initialization for some TX39 case.
Signed-off-by: Atsushi Nemoto <
[email protected]
>
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/mm/c-tx39.c
patch
|
blob
|
history
diff --git
a/arch/mips/mm/c-tx39.c
b/arch/mips/mm/c-tx39.c
index 39c81820ce82d831a7ad36c9019e3c625939a7ed..f7c8f9ce39c1b1e983d54b6414c3a4bd1a2b8010 100644
(file)
--- a/
arch/mips/mm/c-tx39.c
+++ b/
arch/mips/mm/c-tx39.c
@@
-391,6
+391,7
@@
void __cpuinit tx39_cache_init(void)
flush_cache_range = tx39_flush_cache_range;
flush_cache_page = tx39_flush_cache_page;
flush_icache_range = tx39_flush_icache_range;
+ local_flush_icache_range = tx39_flush_icache_range;
flush_cache_sigtramp = tx39_flush_cache_sigtramp;
local_flush_data_cache_page = local_tx39_flush_data_cache_page;