From 689911c734ca77d682b6507354c704e06a64b1b6 Mon Sep 17 00:00:00 2001 From: Xunlei Pang Date: Thu, 9 Apr 2015 09:04:41 +0800 Subject: [PATCH] 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-format-patch failed