From: Heiko Carstens Date: Thu, 17 Apr 2008 05:46:29 +0000 (+0200) Subject: [S390] lowcore: Change type of lowcores softirq_pending to __u32. X-Git-Tag: v2.6.26-rc1~1158^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a5debaaace41f1e91014332e6eedde4499e5638;p=pandora-kernel.git [S390] lowcore: Change type of lowcores softirq_pending to __u32. As noted by akpm: > kernel/time/tick-sched.c: In function 'tick_nohz_stop_sched_tick': > kernel/time/tick-sched.c:229: warning: format '%02x' expects type 'unsigned int', but argument 2 has type '__u64' > > I don't think the architecture's local_softirq_pending() should return u64. > This is the sort of thing which should be consistent across architectures. Signed-off-by: Martin Schwidefsky Signed-off-by: Heiko Carstens --- Reading git-diff-tree failed