patch-2.1.35 linux/arch/i386/kernel/head.S
Next file: linux/arch/i386/kernel/irq.c
Previous file: linux/arch/i386/kernel/bios32.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue Apr 15 10:25:16 1997
-  Orig file: 
v2.1.34/linux/arch/i386/kernel/head.S
-  Orig date: 
Thu Dec 12 06:51:08 1996
diff -u --recursive --new-file v2.1.34/linux/arch/i386/kernel/head.S linux/arch/i386/kernel/head.S
@@ -89,7 +89,7 @@
  * Clear BSS first so that there are no surprises...
  */
 	xorl %eax,%eax
-	movl $ SYMBOL_NAME(_edata),%edi
+	movl $ SYMBOL_NAME(__bss_start),%edi
 	movl $ SYMBOL_NAME(_end),%ecx
 	subl %edi,%ecx
 	cld
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov