commit | a2d73fdba638233253c14b31f3befb9099d76774 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Jun 23 12:18:50 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 14 18:03:17 2015 -0600 |
tree | b1c935675f22ff5d2b07de4be7ce7429627b608e | |
parent | 3d232878289bf59e83c6b152407a01f6e0fb790b [diff] |
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>