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

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