X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fi386%2Fkernel%2Ftimers%2Ftimer.c;h=b2f722efb2d0d909ba87a5490f81bb7cc8c6b19c;hb=720b94a4e7548e78be55ab8fd3be4686c57dc808;hp=0526fc19842434dc026e8e9e70c2dce472a37fba;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/arch/i386/kernel/timers/timer.c b/arch/i386/kernel/timers/timer.c index 0526fc198..b2f722efb 100644 --- a/arch/i386/kernel/timers/timer.c +++ b/arch/i386/kernel/timers/timer.c @@ -19,10 +19,10 @@ static struct timer_opts* timers[] = { #ifdef CONFIG_HPET_TIMER &timer_hpet, #endif + &timer_tsc, #ifdef CONFIG_X86_PM_TIMER &timer_pmtmr, #endif - &timer_tsc, &timer_pit, NULL, };