[U-Boot] [RESPIN PATCH v2 10/15] x86: Remove inline for lapic access routines

Simon Glass sjg at chromium.org
Wed Jun 24 03:45:25 CEST 2015


On 22 June 2015 at 22:18, Bin Meng <bmeng.cn at gmail.com> wrote:
> 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 at gmail.com>
>
> ---
>
> Changes in v2:
> - New patch to remove inline for lapic access routines
>
>  arch/x86/cpu/lapic.c         | 143 +++++++++++++++++++++++++++++++++++++------
>  arch/x86/cpu/mp_init.c       |  27 +++++---
>  arch/x86/include/asm/lapic.h | 134 +++-------------------------------------
>  3 files changed, 153 insertions(+), 151 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list