Re: hires timer patchset [was Re: 2.6.19 -mm merge plans]

From: Ingo Molnar
Date: Sat Sep 23 2006 - 16:28:33 EST



* Voluspa <lista1@xxxxxxxxx> wrote:

> WARNING: "monotonic_clock" [drivers/char/hangcheck-timer.ko] undefined!

turn off the CONFIG_HANGCHECK_TIMER option.

> WARNING: "hrtimer_stop_sched_tick" [drivers/acpi/processor.ko] undefined!
> WARNING: "hrtimer_restart_sched_tick" [drivers/acpi/processor.ko] undefined!

add these two lins to the end of kernel/hrtimer.c:

EXPORT_SYMBOL_GPL(hrtimer_stop_sched_tick);
EXPORT_SYMBOL_GPL(hrtimer_restart_sched_tick);

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