From: Tina Ruchandani Date: Tue, 19 May 2015 06:08:09 +0000 (+0530) Subject: xen/pcifront: Remove usage of struct timeval X-Git-Tag: omap-for-v4.2/fixes-rc1^2~62^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1d5bbcdc7ca08d8731f5d780f0de342a768d96a;p=pandora-kernel.git xen/pcifront: Remove usage of struct timeval struct timeval uses a 32-bit field for representing seconds, which will overflow in the year 2038 and beyond. Replace struct timeval with 64-bit ktime_t which is 2038 safe. This is part of a larger effort to remove instances of 32-bit timekeeping variables (timeval, time_t and timespec) from the kernel. Signed-off-by: Tina Ruchandani Suggested-by: Arnd Bergmann Reviewed-by: Boris Ostrovsky Reviewed-by: Arnd Bergmann Acked-by: Bjorn Helgaas Signed-off-by: David Vrabel --- Reading git-diff-tree failed