From: Thomas Gleixner Date: Fri, 13 Nov 2009 13:32:19 +0000 (+0100) Subject: nohz: Type cast printk argument X-Git-Tag: v2.6.33-rc1~363^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=529eaccd900a59724619b4a6ef6579fd518d5218;p=pandora-kernel.git 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 LKML-Reference: --- Reading git-diff-tree failed