diff options
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/processor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h index 413a5eaef56c..53b6dfa83344 100644 --- a/arch/powerpc/include/asm/processor.h +++ b/arch/powerpc/include/asm/processor.h | |||
@@ -389,10 +389,8 @@ extern int powersave_nap; /* set if nap mode can be used in idle loop */ | |||
389 | 389 | ||
390 | #ifdef CONFIG_PSERIES_IDLE | 390 | #ifdef CONFIG_PSERIES_IDLE |
391 | extern void update_smt_snooze_delay(int snooze); | 391 | extern void update_smt_snooze_delay(int snooze); |
392 | extern int pseries_notify_cpuidle_add_cpu(int cpu); | ||
393 | #else | 392 | #else |
394 | static inline void update_smt_snooze_delay(int snooze) {} | 393 | static inline void update_smt_snooze_delay(int snooze) {} |
395 | static inline int pseries_notify_cpuidle_add_cpu(int cpu) { return 0; } | ||
396 | #endif | 394 | #endif |
397 | 395 | ||
398 | extern void flush_instruction_cache(void); | 396 | extern void flush_instruction_cache(void); |