commit | 6bd2446fe08440a82be44fdf7ffa8a0596af5cc1 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Jun 12 14:52:23 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 14 18:03:15 2015 -0600 |
tree | b011554096078dfb10356f24f30a1911f47cb37f | |
parent | 5ec1058d6663df3f9e2f7024173bc4e26d695f84 [diff] |
x86: kconfig: Fix minor nits in MAX_CPUS Move MAX_CPUS definition after SMP so that it shows below SMP in the menuconfig. Also replace the leading spaces in the MAX_CPUS section with tabs to conform coding standard. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>