From: Xunlei Pang Date: Thu, 9 Apr 2015 01:04:41 +0000 (+0800) Subject: s390: time: Provide read_boot_clock64() and read_persistent_clock64() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~169^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=689911c734ca77d682b6507354c704e06a64b1b6;p=pandora-kernel.git s390: time: Provide read_boot_clock64() and read_persistent_clock64() As part of addressing the "y2038 problem" for in-kernel uses, this patch converts read_boot_clock() to read_boot_clock64() and read_persistent_clock() to read_persistent_clock64() using timespec64. Rename some instances of 'timespec' to 'timespec64' in time.c and related references Cc: Thomas Gleixner Cc: Ingo Molnar Cc: Martin Schwidefsky Cc: Heiko Carstens Cc: linux390@de.ibm.com Signed-off-by: Xunlei Pang [jstultz: Fixed minor style and grammer tweaks pointed out by Ingo] Signed-off-by: John Stultz --- Reading git-diff-tree failed