patch-2.3.38 linux/arch/i386/boot/compressed/head.S
Next file: linux/arch/i386/config.in
Previous file: linux/arch/alpha/kernel/osf_sys.c
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
Fri Jan  7 11:52:27 2000
-  Orig file: 
v2.3.37/linux/arch/i386/boot/compressed/head.S
-  Orig date: 
Sun Mar 29 11:31:16 1998
diff -u --recursive --new-file v2.3.37/linux/arch/i386/boot/compressed/head.S linux/arch/i386/boot/compressed/head.S
@@ -53,9 +53,9 @@
 	xorl %eax,%eax			# Back to 0
 	mov  %cx,%ax			# SP low 16 bits
 	movl %eax,%esp
-	pushl 0				# Clear NT
+	pushl $0			# Clear NT
 	popfl
-	ljmp $(__KERNEL_CS), $0x100000    # Into C and sanity
+	ljmp $(__KERNEL_CS), $0x100000	# Into C and sanity
 
 2:
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)