ktime: Change ktime_set() to take 64bit seconds value
authorJohn Stultz <john.stultz@linaro.org>
Wed, 16 Jul 2014 21:03:56 +0000 (21:03 +0000)
committerJohn Stultz <john.stultz@linaro.org>
Wed, 23 Jul 2014 17:16:50 +0000 (10:16 -0700)
commitb17b20d70dcbe48dd1aa6aba073a60ddfce5d7db
tree6df427dd2be7ec76727016cb83214cd2338f9736
parent166afb64511eef08e13331b970c44fe91cea45ef
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 <john.stultz@linaro.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: John Stultz <john.stultz@linaro.org>
include/linux/ktime.h
This page took 0.024921 seconds and 5 git commands to generate.