Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel
In directory sc8-pr-cvs1:/tmp/cvs-serv4198/arch/vax/kernel
Modified Files:
interrupt.c
Log Message:
asm/softirq.h is consolidated in arch-independent code in 2.5.67
Index: interrupt.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/interrupt.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- interrupt.c 3 Mar 2003 00:54:12 -0000 1.12
+++ interrupt.c 27 Aug 2003 00:35:03 -0000 1.13
@@ -24,7 +24,6 @@
#include <asm/pgalloc.h>
#include <asm/scb.h>
#include <asm/hardirq.h>
-#include <asm/softirq.h>
#include <asm/cacheflush.h>
#include <asm/tlbflush.h>
|