[U-Boot] [PATCH] mpc/sbc8641d: Add missing board_lmb_reserves

Kumar Gala galak at kernel.crashing.org
Wed Apr 1 06:21:20 CEST 2009


On Mar 31, 2009, at 6:38 PM, Becky Bruce wrote:

> We're missing the board_lmb_reserve definitions that allow
> cpu_mp_lmb_reserve to be called; this means that Linux
> is free to reallocate reserved pages.  Linux currently boots
> because we're getting lucky - the page we've reserved is
> high enough in memory that it isn't allocated by Linux
> while we still need it to be in existence.
>
> Signed-off-by: Becky Bruce <beckyb at kernel.crashing.org>
> ---
> board/freescale/mpc8641hpcn/mpc8641hpcn.c |    9 +++++++++
> board/sbc8641d/sbc8641d.c                 |    9 +++++++++
> 2 files changed, 18 insertions(+), 0 deletions(-)

applied

- k


More information about the U-Boot mailing list