Hi Thomas,
I finally was able to try -V5. And hit the following:
WARNING: "hrtimer_stop_sched_tick" [drivers/acpi/processor.ko] undefined!
WARNING: "hrtimer_restart_sched_tick" [drivers/acpi/processor.ko] undefined!
Here's the patch.
-- Steve
Signed-off-by: Steven Rostedt <[email protected]>
Index: linux-2.6.17/kernel/hrtimer.c
===================================================================
--- linux-2.6.17.orig/kernel/hrtimer.c 2006-06-24 18:47:22.000000000 -0400
+++ linux-2.6.17/kernel/hrtimer.c 2006-06-24 18:48:03.000000000 -0400
@@ -550,6 +550,7 @@ int hrtimer_stop_sched_tick(void)
return need_resched();
}
+EXPORT_SYMBOL_GPL(hrtimer_stop_sched_tick);
void hrtimer_restart_sched_tick(void)
{
@@ -584,6 +585,7 @@ void hrtimer_restart_sched_tick(void)
HRTIMER_ABS);
local_irq_restore(flags);
}
+EXPORT_SYMBOL_GPL(hrtimer_restart_sched_tick);
void show_no_hz_stats(struct seq_file *p)
{
-
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]