From: David Howells Date: Sat, 12 Jul 2008 20:47:58 +0000 (-0700) Subject: frv: fix irqs_disabled() to return an int, not an unsigned long X-Git-Tag: v2.6.26~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3297a644a0ab784e0c810ceca6bf35a67868ad9;p=pandora-kernel.git frv: fix irqs_disabled() to return an int, not an unsigned long Fix FRV irqs_disabled() to return an int, not an unsigned long to avoid this warning: kernel/sched.c: In function '__might_sleep': kernel/sched.c:8198: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' Signed-off-by: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed