[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200809240137.40403.rjw@sisk.pl>
Date: Wed, 24 Sep 2008 01:37:39 +0200
From: "Rafael J. Wysocki" <rjw@...k.pl>
To: Ingo Molnar <mingo@...e.hu>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>,
Thomas Gleixner <tglx@...utronix.de>
Subject: [PATCH] x86: Add missing idle.h include to process_32.c
Hi,
This fixes a very recent compilation breakage on 32-bit x86.
Please apply.
Thanks,
Rafael
---
From: Rafael J. Wysocki <rjw@...k.pl>
x86: Add missing idle.h include to process_32.c
Signed-off-by: Rafael J. Wysocki <rjw@...k.pl>
---
arch/x86/kernel/process_32.c | 1 +
1 file changed, 1 insertion(+)
Index: linux-2.6/arch/x86/kernel/process_32.c
===================================================================
--- linux-2.6.orig/arch/x86/kernel/process_32.c
+++ linux-2.6/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");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists