[git pull] timers fixes

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ingo Molnar
Date: Wednesday, September 24, 2008 - 12:42 am

Linus,

Please pull the latest timers-fixes-for-linus git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git timers-fixes-for-linus

Thanks,

	Ingo

------------------>
Marc Dionne (1):
      x86: prevent stale state of c1e_mask across CPU offline/online, fix


 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");
 

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] x86: Add missing idle.h include to process_32.c, Rafael J. Wysocki, (Tue Sep 23, 4:37 pm)
[git pull] timers fixes, Ingo Molnar, (Wed Sep 24, 12:42 am)
Re: [git pull] timers fixes, Benjamin Herrenschmidt, (Wed Sep 24, 1:49 am)
Re: [git pull] timers fixes, Benjamin Herrenschmidt, (Wed Sep 24, 1:51 am)
Re: [git pull] timers fixes, Ingo Molnar, (Wed Sep 24, 1:53 am)
Re: [git pull] timers fixes, Ingo Molnar, (Wed Sep 24, 1:55 am)