commit | e5d05001b05102bc284d1efe9b98d0caacc17146 | [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 | 8fefeec4002d89f121a1f8c89ee11eb4279fa4ab [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>