mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86: process.c declare c1e_remove_cpu before they get used
@ 2008-12-17 17:50 Jaswinder Singh
  2008-12-18 12:36 ` Ingo Molnar
  0 siblings, 1 reply; 4+ messages in thread
From: Jaswinder Singh @ 2008-12-17 17:50 UTC (permalink / raw)
  To: Ingo Molnar, LKML, Andi Kleen

Impact: cleanup

Included asm/idle.h for c1e_remove_cpu declaration.

Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
---
 arch/x86/kernel/process.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c
index f50f8bf..25313de 100644
--- a/arch/x86/kernel/process.c
+++ b/arch/x86/kernel/process.c
@@ -10,6 +10,7 @@
 #include <linux/ftrace.h>
 #include <asm/system.h>
 #include <asm/apic.h>
+#include <asm/idle.h>
 
 unsigned long idle_halt;
 EXPORT_SYMBOL(idle_halt);
-- 
1.5.5.1




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-12-18 21:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-17 17:50 [PATCH] x86: process.c declare c1e_remove_cpu before they get used Jaswinder Singh
2008-12-18 12:36 ` Ingo Molnar
2008-12-18 18:37   ` Jaswinder Singh
2008-12-18 21:11     ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome