patch-2.3.38 linux/arch/i386/kernel/head.S
Next file: linux/arch/i386/kernel/mtrr.c
Previous file: linux/arch/i386/kernel/acpi.c
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
Fri Jan  7 11:32:27 2000
-  Orig file: 
v2.3.37/linux/arch/i386/kernel/head.S
-  Orig date: 
Mon Dec 20 18:48:21 1999
diff -u --recursive --new-file v2.3.37/linux/arch/i386/kernel/head.S linux/arch/i386/kernel/head.S
@@ -133,9 +133,9 @@
 	movl $ SYMBOL_NAME(empty_zero_page)+2048,%edi
 	movzwl CL_OFFSET,%esi
 	addl $(CL_BASE_ADDR),%esi
-	movl $2048,%ecx
+	movl $512,%ecx
 	rep
-	movsb
+	movsl
 1:
 #ifdef __SMP__
 checkCPUtype:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)