x86: Remove inline for lapic access routines
authorBin Meng <bmeng.cn@gmail.com>
Tue, 23 Jun 2015 04:18:50 +0000 (12:18 +0800)
committerSimon Glass <sjg@chromium.org>
Wed, 15 Jul 2015 00:03:17 +0000 (18:03 -0600)
commita2d73fdba638233253c14b31f3befb9099d76774
treeb1c935675f22ff5d2b07de4be7ce7429627b608e
parent3d232878289bf59e83c6b152407a01f6e0fb790b
x86: Remove inline for lapic access routines

Remove inline for lapic access routines and expose lapic_read()
& lapic_write() as APIs to read/write lapic registers. Also move
stop_this_cpu() to mp_init.c as it has nothing to do with lapic.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/lapic.c
arch/x86/cpu/mp_init.c
arch/x86/include/asm/lapic.h