arch/i386/kernel/timers/timer_pm.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/i386/kernel/timers/timer_pm.c~timer_pm-warning-fix arch/i386/kernel/timers/timer_pm.c --- 25/arch/i386/kernel/timers/timer_pm.c~timer_pm-warning-fix 2004-01-06 21:13:33.000000000 -0800 +++ 25-akpm/arch/i386/kernel/timers/timer_pm.c 2004-01-06 21:13:52.000000000 -0800 @@ -49,7 +49,7 @@ static inline u32 read_pmtmr(void) int dbg_failed = 0; do { if(dbg_failed) - printk("bad pmtmr read: (%lu, %lu, %lu)\n", + printk("bad pmtmr read: (%u, %u, %u)\n", v1,v2,v3); v1 = inl(pmtmr_ioport); v2 = inl(pmtmr_ioport); _