patch-2.1.92 linux/arch/i386/boot/compressed/head.S
Next file: linux/arch/i386/config.in
Previous file: linux/arch/i386/Makefile
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Sun Mar 29 11:31:16 1998
- Orig file:
v2.1.91/linux/arch/i386/boot/compressed/head.S
- Orig date:
Mon Feb 23 18:12:02 1998
diff -u --recursive --new-file v2.1.91/linux/arch/i386/boot/compressed/head.S linux/arch/i386/boot/compressed/head.S
@@ -37,10 +37,10 @@
cld
cli
movl $(__KERNEL_DS),%eax
- mov %ax,%ds
- mov %ax,%es
- mov %ax,%fs
- mov %ax,%gs
+ movl %ax,%ds
+ movl %ax,%es
+ movl %ax,%fs
+ movl %ax,%gs
#ifdef __SMP__
orw %bx,%bx # What state are we in BX=1 for SMP
# 0 for boot
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov