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 <[email protected]>
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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]