Re: trace: fix printk warning for u64

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andrew Morton
Date: Monday, October 27, 2008 - 10:06 pm

On Tue, 28 Oct 2008 00:12:54 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:


The problem is the large amount of arch-specific code which is printing
u64's with %lu because it "knows" that u64 is implemented as ulong. 
They all need to be switched to %ll.

A better strategy to get all this done would be to convert the
offending architectures to `long long' individually.  Then when that's
all done, unifying the typedef is a trivial step.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
trace: fix printk warning for u64, Stephen Rothwell, (Sun Oct 26, 11:43 pm)
Re: trace: fix printk warning for u64, Ingo Molnar, (Mon Oct 27, 2:52 am)
Re: trace: fix printk warning for u64, Steven Rostedt, (Mon Oct 27, 3:26 am)
Re: trace: fix printk warning for u64, Stephen Rothwell, (Mon Oct 27, 6:12 am)
Re: trace: fix printk warning for u64, Andrew Morton, (Mon Oct 27, 10:06 pm)
Re: trace: fix printk warning for u64, Ingo Molnar, (Tue Oct 28, 2:08 am)