diff options
Diffstat (limited to 'arch/powerpc/include/asm/processor.h')
-rw-r--r-- | arch/powerpc/include/asm/processor.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h index 8ca20ac28dc2..b62de43ae5f3 100644 --- a/arch/powerpc/include/asm/processor.h +++ b/arch/powerpc/include/asm/processor.h | |||
@@ -450,13 +450,6 @@ enum idle_boot_override {IDLE_NO_OVERRIDE = 0, IDLE_POWERSAVE_OFF}; | |||
450 | 450 | ||
451 | extern int powersave_nap; /* set if nap mode can be used in idle loop */ | 451 | extern int powersave_nap; /* set if nap mode can be used in idle loop */ |
452 | extern void power7_nap(void); | 452 | extern void power7_nap(void); |
453 | |||
454 | #ifdef CONFIG_PSERIES_IDLE | ||
455 | extern void update_smt_snooze_delay(int cpu, int residency); | ||
456 | #else | ||
457 | static inline void update_smt_snooze_delay(int cpu, int residency) {} | ||
458 | #endif | ||
459 | |||
460 | extern void flush_instruction_cache(void); | 453 | extern void flush_instruction_cache(void); |
461 | extern void hard_reset_now(void); | 454 | extern void hard_reset_now(void); |
462 | extern void poweroff_now(void); | 455 | extern void poweroff_now(void); |