Re: 2.6.12 PREEMPT_RT && PPC

From: K.R. Foley
Date: Tue Jul 26 2005 - 09:45:25 EST


Ingo Molnar wrote:
* john cooper <john.cooper@xxxxxxxxxxx> wrote:


Ingo,
Attached is a patch for 51-28 which brings PPC up to date for 2.6.12 PREEMPT_RT. My goal was to get a more recent vintage of this work building and minimally booting for PPC. Yet this has been stable even under our internal stress tests. We now have this running on 8560 and 8260 PPC targets with a few others in the pipe.


great. I've applied most of your patch and have released the -51-37 kernel. A couple of generic bits i did not apply.


<snip>

On X86 -51-36 won't build with CONFIG_BLOCKER=Y without the attached patch.


--
kr
--- linux-2.6.12/drivers/char/blocker.c.orig 2005-07-26 09:32:28.000000000 -0500
+++ linux-2.6.12/drivers/char/blocker.c 2005-07-26 09:32:33.000000000 -0500
@@ -4,7 +4,6 @@

#include <linux/fs.h>
#include <linux/miscdevice.h>
-#include <asm/time.h>

#define BLOCKER_MINOR 221