* [PATCH] Add missing local_flush_icache_range initialization for TX39
@ 2008-08-26 13:30 Atsushi Nemoto
2008-08-26 21:22 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Atsushi Nemoto @ 2008-08-26 13:30 UTC (permalink / raw)
To: linux-mips; +Cc: ralf
The 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 <anemo@mba.ocn.ne.jp>
---
diff --git a/arch/mips/mm/c-tx39.c b/arch/mips/mm/c-tx39.c
index 39c8182..f7c8f9c 100644
--- 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;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add missing local_flush_icache_range initialization for TX39
2008-08-26 13:30 [PATCH] Add missing local_flush_icache_range initialization for TX39 Atsushi Nemoto
@ 2008-08-26 21:22 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2008-08-26 21:22 UTC (permalink / raw)
To: Atsushi Nemoto; +Cc: linux-mips
On Tue, Aug 26, 2008 at 10:30:41PM +0900, Atsushi Nemoto wrote:
> The commmit 59e39ecd933ba49eb6efe84cbfa5597a6c9ef18a ("Fix WARNING: at
> kernel/smp.c:290") introduced local_flush_icache_range but lacks
> initialization for some TX39 case.
Applied. Thanks Atsushi-San!
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-08-26 21:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-26 13:30 [PATCH] Add missing local_flush_icache_range initialization for TX39 Atsushi Nemoto
2008-08-26 21:22 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox