[PATCH 0/3] Changes the time type 'timeval' to 'Ktime'
Chunyan Zhang
zhang.chunyan at linaro.org
Thu Dec 18 03:51:59 PST 2014
This patch-set changes the 32-bit time type (timeval) to the 64-bit one
(ktime_t) in imon.c, speedtest.c and torturetest.c, since 32-bit time
types will break in the year 2038.
This patch-set also introduces a reusable time difference function which
returns the difference in millisecond in ktime.h. The last two patches
of this patch-set will use this function, so they are dependent on the
first one.
Chunyan Zhang (3):
ktime.h: Introduce ktime_ms_delta
mtd: test: Replace timeval with ktime_t in speedtest.c and torturetest.c
media: rc: Replace timeval with ktime_t in imon.c
drivers/media/rc/imon.c | 49 +++++++++++----------------------------
drivers/mtd/tests/speedtest.c | 10 ++++----
drivers/mtd/tests/torturetest.c | 10 ++++----
include/linux/ktime.h | 5 ++++
4 files changed, 28 insertions(+), 46 deletions(-)
--
1.7.9.5
More information about the linux-mtd
mailing list