Re: [PATCH] [arch/i386/boot]: for better readability in clearing BSS

2007-08-26 Thread H. Peter Anvin
Denis Cheng wrote: > > but their label names in .bss section are different, > when reading these files, they are apt to confuse, > > this patch kept them in the same style of clearing. > Bullsh*t. > diff --git a/arch/i386/boot/compressed/head.S > b/arch/i386/boot/compressed/head.S > index f35

Re: [PATCH] [arch/i386/boot]: for better readability in clearing BSS

2007-08-26 Thread H. Peter Anvin
Denis Cheng wrote: > > but their label names in .bss section are different, > when reading these files, they are apt to confuse, > > this patch kept them in the same style of clearing. > Bullsh*t. > diff --git a/arch/i386/boot/compressed/head.S > b/arch/i386/boot/compressed/head.S > index f35

[PATCH] [arch/i386/boot]: for better readability in clearing BSS

2007-08-25 Thread Denis Cheng
there are three different linker scripts with different usages, arch/i386/boot/setup.ld arch/i386/boot/compressed/vmlinux.lds arch/i386/kernel/vmlinux.lds accompanlying with three different sections of clearing BSS, arch/i386/boot/header.S arch/i386/boot/c