commit | 6b602b203cc29b5dce12be363568e2983ddd5c40 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Jun 17 11:15:37 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 14 18:03:16 2015 -0600 |
tree | 8dc86502e078aca895962820d8fe62b6b82f8f71 | |
parent | f967f9afc232f8893507b3e97e2050dcf4c7de29 [diff] |
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>