Home
last modified time | relevance | path

Searched hist:"61788 e468ebe4a7b8c852ab4e761e084a7975a93" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dmp_init.c61788e468ebe4a7b8c852ab4e761e084a7975a93 Wed Jun 17 03:15:37 UTC 2015 Bin Meng <bmeng.cn@gmail.com> x86: Move lapic_setup() call into init_bsp()

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@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
H A Dcpu.c61788e468ebe4a7b8c852ab4e761e084a7975a93 Wed Jun 17 03:15:37 UTC 2015 Bin Meng <bmeng.cn@gmail.com> x86: Move lapic_setup() call into init_bsp()

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@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>