From: john stultz On Wed, 2003-11-12 at 23:30, Andrew Morton wrote: > +acpi-pm-timer.patch > +acpi-pm-timer-fixes.patch > > Yet another timer source for ia32 > [snip] > verbose-timesource.patch > be verbose about the time source Andrew, I forgot that I sent you the verbose-timesource patch. The ACPI PM time source will need this simple fix to work along side that patch. thanks -john ===== arch/i386/kernel/timers/timer_pm.c 1.6 vs edited ===== 25-akpm/arch/i386/kernel/timers/timer_pm.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/i386/kernel/timers/timer_pm.c~timer_pm-verbose-timesource-fix arch/i386/kernel/timers/timer_pm.c --- 25/arch/i386/kernel/timers/timer_pm.c~timer_pm-verbose-timesource-fix Thu Nov 13 12:18:19 2003 +++ 25-akpm/arch/i386/kernel/timers/timer_pm.c Thu Nov 13 12:18:19 2003 @@ -185,6 +185,7 @@ static unsigned long get_offset_pmtmr(vo /* acpi timer_opts struct */ struct timer_opts timer_pmtmr = { + .name = "acpi_pm_timer", .init = init_pmtmr, .mark_offset = mark_offset_pmtmr, .get_offset = get_offset_pmtmr, _