Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[POWERPC] 32-bit early_init() should zero from __bss_start to __bss_s…
…top 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 <[email protected]> Acked-by: Benjamin Herrenschmidt <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
- Loading branch information