[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080924094026.GA1066@x200.localdomain>
Date: Wed, 24 Sep 2008 13:40:26 +0400
From: Alexey Dobriyan <adobriyan@...il.com>
To: mingo@...hat.com, tglx@...utronix.de
Cc: linux-kernel@...r.kernel.org, torvalds@...l.org
Subject: [PATCH] i386: fix C1E induced compile breakage
CC arch/x86/kernel/process_32.o
arch/x86/kernel/process_32.c: In function `cpu_exit_clear':
arch/x86/kernel/process_32.c:91: error: implicit declaration of function `c1e_remove_cpu'
Signed-off-by: Alexey Dobriyan <adobriyan@...il.com>
---
arch/x86/kernel/process_32.c | 1 +
1 file changed, 1 insertion(+)
--- a/arch/x86/kernel/process_32.c
+++ b/arch/x86/kernel/process_32.c
@@ -41,6 +41,7 @@
#include <asm/uaccess.h>
#include <asm/pgtable.h>
#include <asm/system.h>
+#include <asm/idle.h>
#include <asm/io.h>
#include <asm/ldt.h>
#include <asm/processor.h>
--
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