Steven Rostedt wrote:
Here's a proper fix.

Signed-off-by: Steven Rostedt <[EMAIL PROTECTED]>

Index: linux-2.6.23.1-rt4/kernel/sched_rt.c
===================================================================
--- linux-2.6.23.1-rt4.orig/kernel/sched_rt.c   2007-10-27 11:45:32.000000000 
-0400
+++ linux-2.6.23.1-rt4/kernel/sched_rt.c        2007-10-27 11:47:22.000000000 
-0400
@@ -3,6 +3,7 @@
  * policies)
  */

+#ifdef CONFIG_SMP
 /* Is this defined somewhere? */
 #define CACHE_ALIGN_SPACE(sz)  (L1_CACHE_ALIGN(sz) - (sz))

@@ -32,6 +33,7 @@ static inline void rt_clear_overload(str
 {
        cpu_clear(rq->cpu, *rt_overload_mask(rq->cpu));
 }
+#endif /* CONFIG_SMP */

 /*
  * Update the current task's runtime statistics. Skip current tasks that


hallo, i am writing from my 'just-compiled-2.6.23.1-rt4-kernel' now, what means that steves patch really did it!

i like to say thanks one more time for this great 'realtime' support.

cheers,
doc
-
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to