Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/boot
In directory usw-pr-cvs1:/tmp/cvs-serv16323
Modified Files:
cpu_sel.S
Log Message:
Support for VXT cpu (based on type detection)
Index: cpu_sel.S
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/boot/cpu_sel.S,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cpu_sel.S 2001/11/15 00:27:48 1.4
+++ cpu_sel.S 2001/11/15 06:12:19 1.5
@@ -165,7 +165,8 @@
vax_soc:
#specific check for value of sid for VXT2000
- cmpl $VAX_CPU_VXT, cpu_sid
+ extv $SOC_SID_TYPE_SHIFT, $SOC_SIDEX_TYPE_SIZE, cpu_sid, r0
+ cmpl $SOC_SIDEX_TYPE_VXT, r0
beql soc_vxt
# Extract subtype from SID
|