* [Patch] SB1 cache exception handler fails to compile [arch/mips/mm/cex-sb1.S]
@ 2004-01-15 19:00 Kevin Paul Herbert
0 siblings, 0 replies; only message in thread
From: Kevin Paul Herbert @ 2004-01-15 19:00 UTC (permalink / raw)
To: linux-mips
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 */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-01-15 19:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-15 19:00 [Patch] SB1 cache exception handler fails to compile [arch/mips/mm/cex-sb1.S] Kevin Paul Herbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox