[U-Boot] [PATCH 7/9] x86: Move lapic_setup() call into init_bsp()
Simon Glass
sjg at chromium.org
Fri Jun 12 01:39:11 CEST 2015
On 9 June 2015 at 01:45, Bin Meng <bmeng.cn at gmail.com> wrote:
> Currently lapic_setup() is called before calling mp_init(), which
> then calls init_bsp() where it calls enable_lapic(), which was
> already enabled in lapic_setup(). Hence move lapic_setup() call
> into init_bsp() to avoid the duplication.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> arch/x86/cpu/cpu.c | 2 --
> arch/x86/cpu/mp_init.c | 2 +-
> 2 files changed, 1 insertion(+), 3 deletions(-)
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list