From: John Stultz Date: Wed, 16 Jul 2014 21:03:56 +0000 (+0000) Subject: ktime: Change ktime_set() to take 64bit seconds value X-Git-Tag: omap-for-v3.17/fixes-against-rc2~152^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b17b20d70dcbe48dd1aa6aba073a60ddfce5d7db;p=pandora-kernel.git ktime: Change ktime_set() to take 64bit seconds value In order to support dates past 2038 on 32bit systems, ktime_set() needs to handle 64bit second values. [ tglx: Removed the BITS_PER_LONG check ] Signed-off-by: John Stultz Signed-off-by: Thomas Gleixner Signed-off-by: John Stultz --- Reading git-diff-tree failed