Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/boot
In directory usw-pr-cvs1:/tmp/cvs-serv9050/boot
Modified Files:
cpu_sel.S
Log Message:
DA: get simh at least booting
Index: cpu_sel.S
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/boot/cpu_sel.S,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cpu_sel.S 17 Nov 2001 00:04:59 -0000 1.6
+++ cpu_sel.S 20 Apr 2002 12:28:40 -0000 1.7
@@ -98,6 +98,9 @@
cmpl $CVAX_Q22_SUBTYPE_KA650, r0
beql cvax_q22_ka650
+ cmpl $CVAX_Q22_SUBTYPE_KA655, r0
+ beql cvax_q22_ka655
+
# Type E/P/L 20040004 at console to get SIDEX value and report to
# lin...@mi...
.globl unsupported_cvax_q22
@@ -110,6 +113,10 @@
rsb
cvax_q22_ka650:
+ moval mv_ka650, mv
+ rsb
+
+cvax_q22_ka655:
moval mv_ka650, mv
rsb
|