Home
last modified time | relevance | path

Searched hist:aaaa55751ab1e5a5cfa0962d604593a7e6f33ff6 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dlapic.caaaa55751ab1e5a5cfa0962d604593a7e6f33ff6 Sun May 22 08:45:32 UTC 2016 Bin Meng <bmeng.cn@gmail.com> x86: Remove SMP limitation in lapic_setup()

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@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>