clockevents/source: Use u64 to make 32bit happy
authorThomas Gleixner <tglx@linutronix.de>
Fri, 20 May 2011 08:50:52 +0000 (10:50 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 20 May 2011 08:50:52 +0000 (10:50 +0200)
commitc0e299b1a91cbdb21ae08e382a4176200398bc36
tree096a6b082fcf1bd816d78654057d11af823361c5
parent257313b2a87795e07a0bdf58d0fffbdba8b31051
clockevents/source: Use u64 to make 32bit happy

unsigned long is not 64bit on 32bit machine.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/clockevents.c
kernel/time/clocksource.c