diff options
Diffstat (limited to 'arch/x86/include/asm/idle.h')
-rw-r--r-- | arch/x86/include/asm/idle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/idle.h b/arch/x86/include/asm/idle.h index f49253d75710..c5d1785373ed 100644 --- a/arch/x86/include/asm/idle.h +++ b/arch/x86/include/asm/idle.h | |||
@@ -14,6 +14,7 @@ void exit_idle(void); | |||
14 | #else /* !CONFIG_X86_64 */ | 14 | #else /* !CONFIG_X86_64 */ |
15 | static inline void enter_idle(void) { } | 15 | static inline void enter_idle(void) { } |
16 | static inline void exit_idle(void) { } | 16 | static inline void exit_idle(void) { } |
17 | static inline void __exit_idle(void) { } | ||
17 | #endif /* CONFIG_X86_64 */ | 18 | #endif /* CONFIG_X86_64 */ |
18 | 19 | ||
19 | void amd_e400_remove_cpu(int cpu); | 20 | void amd_e400_remove_cpu(int cpu); |