| 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: | Wed, 16 Aug 2006 22:31:51 +0900 (JST) |
| Cc: | ralf@linux-mips.org |
| In-reply-to: | <20060813.223848.25910859.anemo@mba.ocn.ne.jp> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <S20037882AbWHMBM6/20060813011258Z+2870@ftp.linux-mips.org> <20060813.223848.25910859.anemo@mba.ocn.ne.jp> |
| Sender: | linux-mips-bounce@linux-mips.org |
Yet another build fix.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
diff --git a/arch/mips/mm/c-r3k.c b/arch/mips/mm/c-r3k.c
index ccd61f6..e1f35ef 100644
--- a/arch/mips/mm/c-r3k.c
+++ b/arch/mips/mm/c-r3k.c
@@ -335,8 +335,8 @@ void __init r3k_cache_init(void)
flush_cache_mm = r3k_flush_cache_mm;
flush_cache_range = r3k_flush_cache_range;
flush_cache_page = r3k_flush_cache_page;
- flush_icache_page = r3k_flush_icache_page;
- __flush_icache_range = r3k_flush_icache_range;
+ __flush_icache_page = r3k_flush_icache_page;
+ flush_icache_range = r3k_flush_icache_range;
flush_cache_sigtramp = r3k_flush_cache_sigtramp;
local_flush_data_cache_page = local_r3k_flush_data_cache_page;
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] fix compilation breakage for PNX8550, Vitaly Wool |
|---|---|
| Next by Date: | [PATCH] removed common definitions in signal.h, Yoichi Yuasa |
| Previous by Thread: | Re: [MIPS] SB1: Build fix: delete initialization of flush_icache_page pointer., Atsushi Nemoto |
| Next by Thread: | RE: [MIPS] SB1: Build fix: delete initialization of flush_icache_page pointer., Mark E Mason |
| Indexes: | [Date] [Thread] [Top] [All Lists] |