2ee9663200
As part of addressing in-kernel y2038 issues, this patch adds read_persistent_clock64() and replaces all the call sites of read_persistent_clock() with this function. This is a __weak implementation, which simply calls the existing y2038 unsafe read_persistent_clock(). This allows architecture specific implementations to be converted independently, and eventually the y2038 unsafe read_persistent_clock() can be removed after all its architecture specific implementations have been converted to read_persistent_clock64(). Suggested-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Xunlei Pang <pang.xunlei@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/1427945681-29972-3-git-send-email-john.stultz@linaro.org Signed-off-by: Ingo Molnar <mingo@kernel.org> |
||
---|---|---|
.. | ||
image | ||
at93c.c | ||
at93c.h | ||
ds1603.c | ||
ds1603.h | ||
interrupt.c | ||
Kconfig | ||
lasat_board.c | ||
lasat_models.h | ||
Makefile | ||
picvue_proc.c | ||
picvue.c | ||
picvue.h | ||
Platform | ||
prom.c | ||
prom.h | ||
reset.c | ||
serial.c | ||
setup.c | ||
sysctl.c |