aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
diff options
context:
space:
mode:
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>2011-03-16 19:05:43 -0400
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>2011-03-16 19:05:43 -0400
commit729c0d86b6c58ded3118d67b80b43db60df2cb61 (patch)
treed0b2a12b987e5ef1646330070e4e427c268063ea /arch/x86/include/asm
parentb8990a400107aa236e8f9f06266a2a1854b83801 (diff)
idle-notifier-x86_32-fix
idle notifier x86_32 fix - Comment cleanup - Fix apm.c for 32-bit. Need to include asm/idle.h and need __exit_idle symbol. Therefore, x86 64 __exit_idle must become non-static too. Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r--arch/x86/include/asm/idle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/idle.h b/arch/x86/include/asm/idle.h
index c288e3ca9f7..778b3a1c058 100644
--- a/arch/x86/include/asm/idle.h
+++ b/arch/x86/include/asm/idle.h
@@ -2,6 +2,7 @@
#define _ASM_X86_IDLE_H
void enter_idle(void);
+void __exit_idle(void);
void exit_idle(void);
void c1e_remove_cpu(int cpu);