lkml.org 
[lkml]   [2006]   [Jun]   [25]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateSun, 25 Jun 2006 09:06:57 -0400 (EDT)
FromSteven Rostedt <>
SubjectRe: [PATCHSET] Announce: High-res timers, tickless/dyntick and dynamic HZ
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 <rostedt@goodmis.org>

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 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-06-25 13:10    [from the cache]
©2003-2008