patch-2.2.15 linux/arch/i386/boot/compressed/head.S
Next file: linux/arch/i386/boot/setup.S
Previous file: linux/arch/i386/Makefile
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Apr 21 12:45:45 2000
- Orig file:
v2.2.14/arch/i386/boot/compressed/head.S
- Orig date:
Sun Mar 29 20:31:16 1998
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/arch/i386/boot/compressed/head.S linux/arch/i386/boot/compressed/head.S
@@ -53,7 +53,7 @@
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
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)