patch-2.4.15 linux/arch/s390/kernel/head.S
Next file: linux/arch/s390/kernel/init_task.c
Previous file: linux/arch/s390/kernel/entry.S
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Fri Nov 9 13:58:02 2001
- Orig file:
v2.4.14/linux/arch/s390/kernel/head.S
- Orig date:
Tue Oct 23 22:48:49 2001
diff -u --recursive --new-file v2.4.14/linux/arch/s390/kernel/head.S linux/arch/s390/kernel/head.S
@@ -338,12 +338,12 @@
# reset files in VM reader
#
stidp __LC_CPUID # store cpuid
- lh %r0,__LC_CPUID+4 # get cpu version
- chi %r0,0x7490 # running on P/390 ?
- be start # no -> skip reset
+ tm __LC_CPUID,0xff # running VM ?
+ bno .Lnoreset
la %r2,.Lreset
lhi %r3,26
.long 0x83230008
+.Lnoreset:
#endif
#
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)