x86, uapi, x32: Use __kernel_ulong_t in x86 struct semid64_ds
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 27 Dec 2013 22:14:22 +0000 (14:14 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 20 Jan 2014 22:45:13 +0000 (14:45 -0800)
commit386916598e901e406c1f1fc801ade2646a1e8137
tree7bcb8af58e83d72eb74abaaeb9b94bad127234ce
parentb9cd5ca22d6739c61655d4fcf8b29669d5d177a3
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 <hjl.tools@gmail.com>
Link: http://lkml.kernel.org/r/1388182464-28428-7-git-send-email-hjl.tools@gmail.com
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/uapi/asm/sembuf.h