From: H.J. Lu Date: Fri, 27 Dec 2013 22:14:18 +0000 (-0800) Subject: uapi: Use __kernel_long_t/__kernel_ulong_t in X-Git-Tag: v3.14-rc1~57^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b684bfedc94d4b2efff09dc499a9985321c482f5;p=pandora-kernel.git uapi: Use __kernel_long_t/__kernel_ulong_t in Both x32 and x86-64 use the same struct rusage and struct rlimit for system calls. But x32 log is 32-bit. This patch change uapi to use __kernel_long_t in struct rusage and __kernel_ulong_t in and struct rlimit. Signed-off-by: H.J. Lu Link: http://lkml.kernel.org/r/1388182464-28428-3-git-send-email-hjl.tools@gmail.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed