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