Merge branch 'perf/x86' into perf/core, because it's ready
[cascardo/linux.git] / arch / arm64 / kernel / hw_breakpoint.c
index d062f35..e7d934d 100644 (file)
@@ -894,7 +894,7 @@ static struct notifier_block hw_breakpoint_reset_nb = {
        .notifier_call = hw_breakpoint_reset_notify,
 };
 
-#ifdef CONFIG_ARM64_CPU_SUSPEND
+#ifdef CONFIG_CPU_PM
 extern void cpu_suspend_set_dbg_restorer(void (*hw_bp_restore)(void *));
 #else
 static inline void cpu_suspend_set_dbg_restorer(void (*hw_bp_restore)(void *))