[POWERPC] 32-bit early_init() should zero from __bss_start to __bss_stop only
authorMark A. Greer <mgreer@mvista.com>
Wed, 25 Oct 2006 23:36:49 +0000 (16:36 -0700)
committerPaul Mackerras <paulus@samba.org>
Fri, 16 Mar 2007 05:38:19 +0000 (16:38 +1100)
commit556b09c8189b9b3f5626ca73196009e397503f85
tree2f4ee5ec48bcdd2aa058ae27e16635ca1f73c74d
parent86a1b63349bb2cbed6c2cbf8f9e9de9259a404df
[POWERPC] 32-bit early_init() should zero from __bss_start to __bss_stop only

Currently, early_init() in setup_32.c zeroes from '_bss_start' to '_end'.
It should only zero from '__bss_start' to '__bss_stop'.  This patch does that.

Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/setup_32.c