| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH][MIPS] remove unused definition from c-sb1.c |
| From: | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> |
| Date: | Sat, 28 Oct 2006 00:42:24 +0900 |
| Cc: | yoichi_yuasa@tripeaks.co.jp, linux-mips <linux-mips@linux-mips.org> |
| Organization: | TriPeaks Corporation |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi Ralf,
This patch has removed unused definition from c-sb1.c .
arch/mips/mm/c-sb1.c: In function `sb1_cache_init':
arch/mips/mm/c-sb1.c:447: warning: unused variable `handle_vec2_sb1'
Yoichi
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
diff -pruN -X generic/Documentation/dontdiff generic-orig/arch/mips/mm/c-sb1.c
generic/arch/mips/mm/c-sb1.c
--- generic-orig/arch/mips/mm/c-sb1.c 2006-10-22 12:13:54.649176250 +0900
+++ generic/arch/mips/mm/c-sb1.c 2006-10-22 13:32:28.471771750 +0900
@@ -444,7 +444,6 @@ static __init void probe_cache_sizes(voi
void sb1_cache_init(void)
{
extern char except_vec2_sb1;
- extern char handle_vec2_sb1;
/* Special cache error handler for SB1 */
set_uncached_handler (0x100, &except_vec2_sb1, 0x80);
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Extreme system overhead on large IP27, mlachwani |
|---|---|
| Next by Date: | [PATCH] mips hpt cleanup: get rid of mips_hpt_init, Atsushi Nemoto |
| Previous by Thread: | sanblaze driver -> LSFC929 FiberChannel, Azer, William |
| Next by Thread: | [PATCH] mips hpt cleanup: get rid of mips_hpt_init, Atsushi Nemoto |
| Indexes: | [Date] [Thread] [Top] [All Lists] |