kernel/arch/sparc/Kconfig
.. .. @@ -56,6 +56,7 @@ 56 56 config SPARC32 57 57 def_bool !64BIT 58 58 select ARCH_32BIT_OFF_T 59 + select ARCH_HAS_CPU_FINALIZE_INIT if !SMP59 60 select ARCH_HAS_SYNC_DMA_FOR_CPU 60 61 select GENERIC_ATOMIC64 61 62 select CLZ_TAB .. .. @@ -293,7 +294,7 @@ 293 294 This config option is actually maximum order plus one. For example, 294 295 a value of 13 means that the largest free memory block is 2^12 pages. 295 296 296 -if SPARC64297 +if SPARC64 || COMPILE_TEST297 298 source "kernel/power/Kconfig" 298 299 endif 299 300