+- add patches.fixes/linux-post-2.6.3-20040220
[linux-flexiantxendom0-3.2.10.git] / arch / i386 / kernel / timers / timer.c
index 0675121..0526fc1 100644 (file)
@@ -19,6 +19,9 @@ static struct timer_opts* timers[] = {
 #ifdef CONFIG_HPET_TIMER
        &timer_hpet,
 #endif
+#ifdef CONFIG_X86_PM_TIMER
+       &timer_pmtmr,
+#endif
        &timer_tsc,
        &timer_pit,
        NULL,