mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86: Fix 32 bit compile failure in process_32.c
@ 2008-09-24 23:32 James Bottomley
  0 siblings, 0 replies; only message in thread
From: James Bottomley @ 2008-09-24 23:32 UTC (permalink / raw)
  To: Linus Torvalds, Thomas Gleixner; +Cc: linux-kernel

This commit:

commit 4faac97d44ac27bdbb010a9c3597401a8f89341f
Author: Thomas Gleixner <tglx@linutronix.de>
Date:   Mon Sep 22 18:54:29 2008 +0200

    x86: prevent stale state of c1e_mask across CPU offline/online

Introduced a compile failure into the 32 bit x86 path:

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'
make[1]: *** [arch/x86/kernel/process_32.o] Error 1

because the prototype for c1e_remove_cpu() gets put into asm/idle.h but
this isn't directly included in process_32.c

Fix by making this a direct include.

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

---

diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c
index 4b3cfdf..260a96f 100644
--- a/arch/x86/kernel/process_32.c
+++ b/arch/x86/kernel/process_32.c
@@ -42,6 +42,7 @@
 #include <asm/pgtable.h>
 #include <asm/system.h>
 #include <asm/io.h>
+#include <asm/idle.h>
 #include <asm/ldt.h>
 #include <asm/processor.h>
 #include <asm/i387.h>




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-24 23:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-24 23:32 [PATCH] x86: Fix 32 bit compile failure in process_32.c James Bottomley

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

all inboxes | Powered by JetHome®