hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/arch/sparc/Kconfig
....@@ -56,6 +56,7 @@
5656 config SPARC32
5757 def_bool !64BIT
5858 select ARCH_32BIT_OFF_T
59
+ select ARCH_HAS_CPU_FINALIZE_INIT if !SMP
5960 select ARCH_HAS_SYNC_DMA_FOR_CPU
6061 select GENERIC_ATOMIC64
6162 select CLZ_TAB
....@@ -293,7 +294,7 @@
293294 This config option is actually maximum order plus one. For example,
294295 a value of 13 means that the largest free memory block is 2^12 pages.
295296
296
-if SPARC64
297
+if SPARC64 || COMPILE_TEST
297298 source "kernel/power/Kconfig"
298299 endif
299300