···221221#endif /* CONFIG_SMP */222222223223/* wait for all the CPUs to hit real mode but timeout if they don't come in */224224-#if defined(CONFIG_SMP) && defined(CONFIG_PPC_STD_MMU_64)225225-static void crash_kexec_wait_realmode(int cpu)224224+#if defined(CONFIG_SMP) && defined(CONFIG_PPC64)225225+static void __maybe_unused crash_kexec_wait_realmode(int cpu)226226{227227 unsigned int msecs;228228 int i;···244244}245245#else246246static inline void crash_kexec_wait_realmode(int cpu) {}247247-#endif /* CONFIG_SMP && CONFIG_PPC_STD_MMU_64 */247247+#endif /* CONFIG_SMP && CONFIG_PPC64 */248248249249/*250250 * Register a function to be called on shutdown. Only use this if you