From: hank Date: Tue, 20 Sep 2011 20:53:39 +0000 (-0700) Subject: time: Change jiffies_to_clock_t() argument type to unsigned long X-Git-Tag: v3.2-rc1~160^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbbc719fccdb8cbd87350a05c0d33167c9b79365;p=pandora-kernel.git time: Change jiffies_to_clock_t() argument type to unsigned long The parameter's origin type is long. On an i386 architecture, it can easily be larger than 0x80000000, causing this function to convert it to a sign-extended u64 type. Change the type to unsigned long so we get the correct result. Signed-off-by: hank Cc: John Stultz Cc: [ build fix ] Signed-off-by: Andrew Morton Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed