1 From 87ea76988875856dc1c3657b27ac792d2f0311e9 Mon Sep 17 00:00:00 2001
2 From: Kurt Mahan <kmahan@freescale.com>
3 Date: Tue, 24 Jun 2008 22:12:17 -0600
4 Subject: [PATCH] Move BSS initialization after mmu setup.
6 LTIBName: mcfv4e-bss-clear-move
7 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
9 arch/m68k/coldfire/head.S | 19 +++++++++----------
10 1 files changed, 9 insertions(+), 10 deletions(-)
12 --- a/arch/m68k/coldfire/head.S
13 +++ b/arch/m68k/coldfire/head.S
14 @@ -326,16 +326,6 @@ ENTRY(__start)
18 -#ifdef CONFIG_COLDFIRE
28 /* If you change the memory size to another value make a matching
29 change in paging_init(cf-mmu.c) to zones_size[]. */
31 @@ -564,6 +554,15 @@ ENTRY(__running_high)
44 /* Unmap unity mappings */
45 #if CONFIG_SDRAM_BASE != PAGE_OFFSET
46 #if defined(CONFIG_M5445X)