diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2021-12-13 14:16:36 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-12-16 17:47:02 +0300 |
commit | 74320247811b4c721480fd99cc47a98284e1c9ee (patch) | |
tree | 66b7ade6900068411d21f0bb7f827dddfcf8f1c0 /arch/mips/dec | |
parent | fd4eb90b164442cb1e9909f7845e12a0835ac699 (diff) | |
download | linux-74320247811b4c721480fd99cc47a98284e1c9ee.tar.xz |
mips: drop selecting non-existing config NR_CPUS_DEFAULT_2
Commit c5eaff3e857e ("MIPS: Kconfig: Drop obsolete NR_CPUS_DEFAULT_{1,2}
options") removed the config NR_CPUS_DEFAULT_2, as with this commit, the
NR_CPUS default value is 2.
Commit 7505576d1c1a ("MIPS: add support for SGI Octane (IP30)") introduces
the config SGI_IP30, which selects the removed config NR_CPUS_DEFAULT_2,
but this has actually no effect.
Fortunately, NR_CPUS defaults to 2 when there is no specific
NR_CPUS_DEFAULT_* config selected. So, the effect of the intended
'select NR_CPUS_DEFAULT_2' is achieved without further ado.
Drop selecting the non-existing config NR_CPUS_DEFAULT_2.
The issue was identified with ./scripts/checkkconfigsymbols.py.
Fixes: 7505576d1c1a ("MIPS: add support for SGI Octane (IP30)")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/dec')
0 files changed, 0 insertions, 0 deletions