patch-2.1.49 linux/arch/i386/kernel/head.S
Next file: linux/drivers/char/Makefile
Previous file: linux/Makefile
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Aug 5 09:21:29 1997
- Orig file:
v2.1.48/linux/arch/i386/kernel/head.S
- Orig date:
Mon Jun 16 16:35:53 1997
diff -u --recursive --new-file v2.1.48/linux/arch/i386/kernel/head.S linux/arch/i386/kernel/head.S
@@ -312,15 +312,16 @@
pushl %eax
pushl %ecx
pushl %edx
+ push %es
push %ds
movl $(KERNEL_DS),%eax
mov %ax,%ds
mov %ax,%es
- mov %ax,%fs
pushl $int_msg
call SYMBOL_NAME(printk)
popl %eax
pop %ds
+ pop %es
popl %edx
popl %ecx
popl %eax
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov