lkml.org 
[lkml]   [2006]   [Mar]   [13]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: 2.6.16-rc6-rt1
FromSteven Rostedt <>
DateMon, 13 Mar 2006 20:54:37 -0500
Hi Ingo,

I couldn't compile it on x86_64 (and I believe PPC has the same
problem). I guess the function propagate_preempt_locks_value
disappeared.

This patch removes the references from ppc and x86_64.

-- Steve

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

Index: linux-2.6.16-rc6-rt2/arch/ppc/kernel/idle.c
===================================================================
--- linux-2.6.16-rc6-rt2.orig/arch/ppc/kernel/idle.c	2006-03-13 16:44:49.000000000 -0500
+++ linux-2.6.16-rc6-rt2/arch/ppc/kernel/idle.c	2006-03-13 20:11:05.000000000 -0500
@@ -66,7 +66,6 @@
 		while (!need_resched()) {
 			BUG_ON(raw_irqs_disabled());
 			stop_critical_timing();
-			propagate_preempt_locks_value();
 
 			if (ppc_md.idle != NULL)
 				ppc_md.idle();
Index: linux-2.6.16-rc6-rt2/arch/x86_64/kernel/process.c
===================================================================
--- linux-2.6.16-rc6-rt2.orig/arch/x86_64/kernel/process.c	2006-03-13 16:44:49.000000000 -0500
+++ linux-2.6.16-rc6-rt2/arch/x86_64/kernel/process.c	2006-03-13 20:10:28.000000000 -0500
@@ -229,7 +229,6 @@
 			if (cpu_is_offline(smp_processor_id()))
 				play_dead();
 			stop_critical_timing();
-			propagate_preempt_locks_value();
 			enter_idle();
 			idle();
 			__exit_idle();

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-03-14 01:57    [from the cache]
©2003-2008