nohz: Type cast printk argument
authorThomas Gleixner <tglx@linutronix.de>
Fri, 13 Nov 2009 13:32:19 +0000 (14:32 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 13 Nov 2009 19:46:24 +0000 (20:46 +0100)
commit529eaccd900a59724619b4a6ef6579fd518d5218
treec2d9986df5dc18ef5b412036a0d897194bad12e7
parente3a4fab0c0c30e21e104712f4e9cb39f175d0f21
nohz: Type cast printk argument

On some archs local_softirq_pending() has a data type of unsigned long
on others its unsigned int. Type cast it to (unsigned int) in the
printk to avoid the compiler warning.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
LKML-Reference: <new-submission>
kernel/time/tick-sched.c