]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Remove inline for lapic access routines
authorBin Meng <bmeng.cn@gmail.com>
Tue, 23 Jun 2015 04:18:50 +0000 (12:18 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:29:24 +0000 (13:29 +0200)
commit7aec89e3517f52309210f40b6bb7de5d703b9f9c
tree84cb0badbb20a59e47b4291aa63e61bbadd27a9c
parent616f1b446fdab2d908893e9d5ee091c5efa20c4a
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