Update of /cvsroot/linux-mips/linux/arch/mips/sibyte/sb1250
In directory usw-pr-cvs1:/tmp/cvs-serv690
Modified Files:
irq_handler.S
Log Message:
Include <linux/config.h>.
Index: irq_handler.S
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/sibyte/sb1250/irq_handler.S,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- irq_handler.S 28 Jan 2002 20:31:57 -0000 1.5
+++ irq_handler.S 19 Feb 2002 17:31:44 -0000 1.6
@@ -28,6 +28,8 @@
* Note that we take care of all raised interrupts in one go at the handler.
* This is more BSDish than the Indy code, and also, IMHO, more sane.
*/
+#include <linux/config.h>
+
#include <asm/addrspace.h>
#include <asm/processor.h>
#include <asm/asm.h>
|