On Thu, Sep 15, 2005 at 03:36:35PM +1000, Peter Chubb wrote: > Index: linux-2.6-import/arch/ia64/kernel/time.c > - printk(KERN_DEBUG "CPU %d: base freq=%lu.%03luMHz, ITC ratio=%lu/%lu, " > + printk(KERN_DEBUG "CPU %d: base freq=%lu.%03luMHz, ITC ratio=%u/%u, " > "ITC freq=%lu.%03luMHz", smp_processor_id(), > platform_base_freq / 1000000, (platform_base_freq / 1000) % 1000, > itc_ratio.num, itc_ratio.den, itc_freq / 1000000, (itc_freq / 1000) % 1000); This hunk is surely wrong? itc_freq is unsigned long, so itc_freq/1000000 still has unsigned long type. The other pieces all look good. -Tony - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Sat Sep 17 02:42:53 2005
This archive was generated by hypermail 2.1.8 : 2005-09-17 02:42:59 EST