Files
linux/fs/proc
Ingo Molnar 826e08b015 sched: fix warning in fs/proc/base.c
Stephen Rothwell reported this new (harmless) build warning on platforms that
define u64 to long:

 fs/proc/base.c: In function 'proc_pid_schedstat':
 fs/proc/base.c:352: warning: format '%llu' expects type 'long long unsigned int', but argument 3 has type 'u64'

asm-generic/int-l64.h platforms strike again: that file should be eliminated.

Fix it by casting the parameters to long long.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-12-22 07:41:06 +01:00
..
2008-10-27 08:40:17 -07:00
2008-12-22 07:41:06 +01:00
2005-04-16 15:20:36 -07:00
2008-10-23 18:54:05 +04:00
2007-10-17 08:42:48 -07:00
2008-10-23 13:32:31 +04:00
2008-07-22 14:19:19 -07:00
2008-07-20 17:12:34 -07:00
2008-10-23 18:54:05 +04:00
2008-10-23 15:14:05 +04:00
2008-10-10 04:24:51 +04:00