From: John Stultz Date: Fri, 13 Jul 2012 05:21:52 +0000 (-0400) Subject: time: Explicitly use u32 instead of int for shift values X-Git-Tag: v3.6-rc1~165^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fee84c43e6afc42295ae8058cbbef9ea5633926c;p=pandora-kernel.git time: Explicitly use u32 instead of int for shift values Ingo noted that using a u32 instead of int for shift values would be better to make sure the compiler doesn't unnecessarily use complex signed arithmetic. Signed-off-by: John Stultz Reviewed-by: Ingo Molnar Cc: Peter Zijlstra Cc: Richard Cochran Cc: Prarit Bhargava Link: http://lkml.kernel.org/r/1342156917-25092-4-git-send-email-john.stultz@linaro.org Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed