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

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