public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix build error introduced by commit 4faac97d44ac27bdbb010a9c3597401a8f89341f
@ 2008-09-24  2:40 Marc Dionne
  2008-09-24  7:30 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Dionne @ 2008-09-24  2:40 UTC (permalink / raw)
  To: linux-kernel, Thomas Gleixner

process_32.c needs to include idle.h to get the prototype for 
c1e_remove_cpu()

Signed-off-by: Marc Dionne <marc.c.dionne@gmail.com>
---
 arch/x86/kernel/process_32.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c
index 4b3cfdf..31f40b2 100644
--- a/arch/x86/kernel/process_32.c
+++ b/arch/x86/kernel/process_32.c
@@ -55,6 +55,7 @@
 #include <asm/tlbflush.h>
 #include <asm/cpu.h>
 #include <asm/kdebug.h>
+#include <asm/idle.h>
 
 asmlinkage void ret_from_fork(void) __asm__("ret_from_fork");
 
-- 
1.6.0.1


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

* Re: [PATCH] Fix build error introduced by commit 4faac97d44ac27bdbb010a9c3597401a8f89341f
  2008-09-24  2:40 [PATCH] Fix build error introduced by commit 4faac97d44ac27bdbb010a9c3597401a8f89341f Marc Dionne
@ 2008-09-24  7:30 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-09-24  7:30 UTC (permalink / raw)
  To: Marc Dionne; +Cc: linux-kernel, Thomas Gleixner


* Marc Dionne <marc.c.dionne@gmail.com> wrote:

> process_32.c needs to include idle.h to get the prototype for  
> c1e_remove_cpu()

applied to tip/timers/urgent, thanks Marc!

	Ingo

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

end of thread, other threads:[~2008-09-24  7:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-24  2:40 [PATCH] Fix build error introduced by commit 4faac97d44ac27bdbb010a9c3597401a8f89341f Marc Dionne
2008-09-24  7:30 ` Ingo Molnar

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