From: H.J. Lu Date: Fri, 27 Dec 2013 22:14:17 +0000 (-0800) Subject: uapi: Use __kernel_long_t in struct timex X-Git-Tag: v3.14-rc1~57^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fb30128527a4220f181c2867edd9ac178175a87;p=pandora-kernel.git uapi: Use __kernel_long_t in struct timex x32 adjtimex system call is the same as x86-64 adjtimex system call, which uses 64-bit integer for long in struct timex. But x32 long is 32 bit. This patch replaces long in struct timex with __kernel_long_t. Signed-off-by: H.J. Lu Link: http://lkml.kernel.org/r/1388182464-28428-2-git-send-email-hjl.tools@gmail.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed