author | Marc Dionne
<marc.c.dionne@gmail.com> 2008-09-24 02:40:02 UTC |
committer | Ingo Molnar
<mingo@elte.hu> 2008-09-24 07:30:10 UTC |
parent | f8e256c687eb53850685747757c8d75e58756e15 |
arch/x86/kernel/process_32.c | +1 | -0 |
diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c index 4b3cfdf5421..31f40b24bf5 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");