commit | aaaa55751ab1e5a5cfa0962d604593a7e6f33ff6 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun May 22 01:45:32 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon May 23 15:27:41 2016 +0800 |
tree | 4c0cb892dc125f6fad11267ce777c51556ff2653 | |
parent | 3299be2479f9878dd3bb484f2b8f1ef7c0a20fb4 [diff] |
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>