[U-Boot] [PATCH 08/15] x86: Remove SMP limitation in lapic_setup()

Bin Meng bmeng.cn at gmail.com
Mon May 23 10:19:27 CEST 2016


On Mon, May 23, 2016 at 8:19 AM, Simon Glass <sjg at chromium.org> wrote:
> On 22 May 2016 at 02:45, Bin Meng <bmeng.cn at gmail.com> wrote:
>> At present LAPIC is enabled and configured as virtual wire mode
>> in lapic_setup() only when CONFIG_SMP is on. This limitation is
>> however not necessary as for uniprocessor this is still needed.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>>  arch/x86/cpu/lapic.c | 7 +------
>>  1 file changed, 1 insertion(+), 6 deletions(-)
>
> Reviewed-by: Simon Glass <sjg at chromium.org>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list