Tag: 24e4a8c3e8868874835b0f1ad6dd417341e99822

ktime: Kill non-scalar ktime_t implementation for 2038

Author: John Stultz <john.stultz@linaro.org> The non-scalar ktime_t implementation is basically a timespec which has to be changed to support dates past 2038 on 32bit systems. This patch removes the non-scalar ktime_t implementation, forcing the scalar s64 nanosecond version on all architectures. This may have additional performance overhead on some 32bit systems when converting between ktime_t …

Continue reading