On Fri, Apr 01, 2022 at 10:31:14PM +0200, Helge Deller wrote: > 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@xxxxxxxxxxxx> > Fixes: 62773112acc5 ("parisc: Switch from GENERIC_CPU_DEVICES to GENERIC_ARCH_TOPOLOGY") > Signed-off-by: Helge Deller <deller@xxxxxx> Tested-by: Guenter Roeck <linux@xxxxxxxxxxxx> Guenter > --- > arch/parisc/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig > index 52e550b45692..bd22578859d0 100644 > --- a/arch/parisc/Kconfig > +++ b/arch/parisc/Kconfig > @@ -38,6 +38,7 @@ config PARISC > select ARCH_HAVE_NMI_SAFE_CMPXCHG > select GENERIC_SMP_IDLE_THREAD > select GENERIC_ARCH_TOPOLOGY if SMP > + select GENERIC_CPU_DEVICES if !SMP > select GENERIC_LIB_DEVMEM_IS_ALLOWED > select SYSCTL_ARCH_UNALIGN_ALLOW > select SYSCTL_EXCEPTION_TRACE > -- > 2.35.1 >