original_kernel/kernel/time
David Miller 9b04bd2756 Fix printk format warnings in timer_list.c
u64 and s64 are not necessarily 'long long' on some 64-bit
platforms, so explicit the type to kill the compiler warnings.

Also consistently use '%Lu' which is unsigned.

Signed-off-by: David S. Miller <davem@davemloft.net>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-05-09 12:30:50 -07:00
..
Kconfig
Makefile
clockevents.c
clocksource.c clocksource: spelling error in watchdog code 2007-05-09 12:30:49 -07:00
jiffies.c
ntp.c
tick-broadcast.c
tick-common.c
tick-internal.h
tick-oneshot.c
tick-sched.c sched: dynticks idle load balancing 2007-05-08 11:15:17 -07:00
timekeeping.c
timer_list.c Fix printk format warnings in timer_list.c 2007-05-09 12:30:50 -07:00
timer_stats.c