
12 Jun
2015
12 Jun
'15
1:39 a.m.
On 9 June 2015 at 01:45, Bin Meng bmeng.cn@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@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@chromium.org