Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel
In directory usw-pr-cvs1:/tmp/cvs-serv2840/arch/vax/kernel
Modified Files:
interrupt.c
Log Message:
setting/unsetting of autoprobing missing
Index: interrupt.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel/interrupt.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- interrupt.c 2001/02/16 00:54:26 1.7
+++ interrupt.c 2001/02/22 22:21:31 1.8
@@ -539,7 +539,7 @@
for (i=FIRST_ADAPTER_VECTOR; i<NR_IRQS; i++) {
stray_handlers[i].flags &= ~STRAY_EXCEPTION_FIRED;
}
-
+ autoprobing=1;
restore_flags(flags);
return 1;
@@ -563,7 +563,7 @@
nr_vecs++;
}
}
-
+ autoprobing=0;
restore_flags(flags);
if (nr_vecs > 1) {
|