Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15957/arch/vax/kernel
Modified Files:
cpu_ka46.c
Log Message:
- Register the match vector, otherwise it won't work for sure :-)
Index: cpu_ka46.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/cpu_ka46.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- cpu_ka46.c 29 Sep 2004 10:44:14 -0000 1.17
+++ cpu_ka46.c 29 Sep 2004 14:48:19 -0000 1.18
@@ -150,6 +150,8 @@
.sidex_mask = 0x00000000,
.sidex_match = 0x00000000,
};
+
+SET_VECTOR (mvm_ka46);
#endif /* USE_NEW_VECTORS */
static struct platform_device ka46_vsbus_device = {
|