
On Jan 31, 2011, at 4:15 PM, Kumar Gala wrote:
We've been utilizing board_lmb_reserve to reserve the boot page for MP systems. We can just move this into arch_lmb_reserve for 85xx & 86xx systems rather than duplicating in each board port.
Signed-off-by: Kumar Gala galak@kernel.crashing.org
- Fix compiler warning for not including <asm/mp.h> in bootm.c
arch/powerpc/lib/bootm.c | 5 +++++ board/freescale/corenet_ds/corenet_ds.c | 11 +---------- board/freescale/mpc8572ds/mpc8572ds.c | 11 +---------- board/freescale/mpc8641hpcn/mpc8641hpcn.c | 11 +---------- board/freescale/p1022ds/p1022ds.c | 10 +--------- board/freescale/p1_p2_rdb/p1_p2_rdb.c | 9 --------- board/freescale/p2020ds/p2020ds.c | 10 +--------- board/sbc8641d/sbc8641d.c | 9 --------- board/xes/xpedite517x/xpedite517x.c | 9 --------- board/xes/xpedite537x/xpedite537x.c | 9 --------- board/xes/xpedite550x/xpedite550x.c | 9 --------- 11 files changed, 10 insertions(+), 93 deletions(-)
applied to 85xx next
- k