[xtensa-cvscommit] linux/arch/xtensa/kernel traps.c,1.9,1.10
Brought to you by:
zankel
|
From: <joe...@us...> - 2003-02-13 19:35:43
|
Update of /cvsroot/xtensa/linux/arch/xtensa/kernel
In directory sc8-pr-cvs1:/tmp/cvs-serv7485/arch/xtensa/kernel
Modified Files:
traps.c
Log Message:
XTFIXME cleanup. Also, move a few system-wide architecture checks to a common location (assume.h).
Index: traps.c
===================================================================
RCS file: /cvsroot/xtensa/linux/arch/xtensa/kernel/traps.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** traps.c 13 Feb 2003 18:19:21 -0000 1.9
--- traps.c 13 Feb 2003 19:35:05 -0000 1.10
***************
*** 213,223 ****
asm volatile (" wsr %0, " XTSTR(INTCLEAR) "\n"
: : "a" (mask) );
-
- /* The INTCLEAR register exists only with the Interrupt
- * Option. If it's missing, report an error. */
-
- #if ( ! XCHAL_HAVE_INTERRUPTS)
- #error What is Linux without interrupts?
- #endif
}
--- 213,216 ----
|