| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | Re: [MIPS] SB1: Build fix: delete initialization of flush_icache_page pointer. |
| From: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Date: | Sun, 13 Aug 2006 22:38:48 +0900 (JST) |
| Cc: | ralf@linux-mips.org |
| In-reply-to: | <S20037882AbWHMBM6/20060813011258Z+2870@ftp.linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <S20037882AbWHMBM6/20060813011258Z+2870@ftp.linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
One more.
[MIPS] missing bits for "Retire flush_icache_page from mm use."
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 cdb1942..932a09d 100644
--- a/arch/mips/mm/c-tx39.c
+++ b/arch/mips/mm/c-tx39.c
@@ -408,7 +408,7 @@ void __init tx39_cache_init(void)
flush_cache_mm = tx39_flush_cache_mm;
flush_cache_range = tx39_flush_cache_range;
flush_cache_page = tx39_flush_cache_page;
- flush_icache_page = tx39_flush_icache_page;
+ __flush_icache_page = tx39_flush_icache_page;
flush_icache_range = tx39_flush_icache_range;
flush_cache_sigtramp = tx39_flush_cache_sigtramp;
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] Added MIPS RM9K watchdog driver, Ralf Baechle |
|---|---|
| Next by Date: | RE: [PATCH 2/6] setup.c: move initrd code inside dedicated functions, Geert Uytterhoeven |
| Previous by Thread: | [PATCH] sound/mips/au1x00: Use ARRAY_SIZE macro, Tobias Klauser |
| Next by Thread: | Re: [MIPS] SB1: Build fix: delete initialization of flush_icache_page pointer., Atsushi Nemoto |
| Indexes: | [Date] [Thread] [Top] [All Lists] |