parisc: Re-enable GENERIC_CPU_DEVICES for !SMP
authorHelge Deller <deller@gmx.de>
Fri, 1 Apr 2022 20:24:20 +0000 (22:24 +0200)
committerHelge Deller <deller@gmx.de>
Sun, 8 May 2022 18:01:11 +0000 (20:01 +0200)
commit1955c4f879a130c7822f483cf593338ad747aed4
treed08e5e2c24baa127f1f6e9bf1402e9b45cd44a1b
parent7e93a3dd63db2341d094ab1d9ba29b5d8d5093d1
parisc: Re-enable GENERIC_CPU_DEVICES for !SMP

In commit 62773112acc5 ("parisc: Switch from GENERIC_CPU_DEVICES to
GENERIC_ARCH_TOPOLOGY") GENERIC_CPU_DEVICES was unconditionally turned
off, but this triggers a warning in topology_add_dev(). Turning it back
on for the !SMP case avoids this warning.

Reported-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Fixes: 62773112acc5 ("parisc: Switch from GENERIC_CPU_DEVICES to GENERIC_ARCH_TOPOLOGY")
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/Kconfig