| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [Patch] SB1 cache exception handler fails to compile [arch/mips/mm/cex-sb1.S] |
| From: | Kevin Paul Herbert <kph@cisco.com> |
| Date: | 15 Jan 2004 11:00:58 -0800 |
| Organization: | cisco Systems, Inc. |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
The recent update to arch/mips/mm/cex-sb1.S (1.13) adds an include for <asm/processor.h> unnecessarily. This include file defines C structs and the like which the assembler chokes upon. Kevin -- Kevin Paul Herbert <kph@cisco.com> cisco Systems, Inc. Index: arch/mips/mm/cex-sb1.S =================================================================== RCS file: /home/cvs/linux/arch/mips/mm/cex-sb1.S,v retrieving revision 1.13 diff -u -r1.13 cex-sb1.S --- arch/mips/mm/cex-sb1.S 14 Jan 2004 18:46:21 -0000 1.13 +++ arch/mips/mm/cex-sb1.S 15 Jan 2004 18:55:28 -0000 @@ -23,7 +23,6 @@ #include <asm/mipsregs.h> #include <asm/stackframe.h> #include <asm/cacheops.h> -#include <asm/processor.h> #include <asm/sibyte/board.h> #define C0_ERRCTL $26 /* CP0: Error info */ |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Broadcom 4702?, Charlie Brady |
|---|---|
| Next by Date: | [PATCH][2.6]Fix compiler warnings on long long constants in SB1250 build, Kevin Paul Herbert |
| Previous by Thread: | [BUG] 2.6.1/MIPS - missing cache flushing when user program returns pages to kernel, Jun Sun |
| Next by Thread: | [PATCH][2.6]Fix compiler warnings on long long constants in SB1250 build, Kevin Paul Herbert |
| Indexes: | [Date] [Thread] [Top] [All Lists] |