hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
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