Re: trace: fix printk warning for u64

From: Ingo Molnar
Date: Mon Oct 27 2008 - 05:53:21 EST



* Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:

> A powerpc ppc64_defconfig build produces these warnings:
>
> kernel/trace/ring_buffer.c: In function 'rb_add_time_stamp':
> kernel/trace/ring_buffer.c:969: warning: format '%llu' expects type 'long long unsigned int', but argument 2 has type 'u64'
> kernel/trace/ring_buffer.c:969: warning: format '%llu' expects type 'long long unsigned int', but argument 3 has type 'u64'
> kernel/trace/ring_buffer.c:969: warning: format '%llu' expects type 'long long unsigned int', but argument 4 has type 'u64'
>
> Just cast the u64s to unsigned long long like we do everywhere else.
>
> Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>

applied to tip/tracing/urgent, thanks Stephen!

(btw., did the "unify u64 definitions across all platforms" project
get anywhere?)

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/