git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3869165
)
uapi: Use __kernel_ulong_t in shmid64_ds/shminfo64/shm_info
author
H.J. Lu
<hjl.tools@gmail.com>
Fri, 27 Dec 2013 22:14:23 +0000
(14:14 -0800)
committer
H. Peter Anvin
<hpa@zytor.com>
Mon, 20 Jan 2014 22:45:25 +0000
(14:45 -0800)
Both x32 and x86-64 use the same struct shmid64_ds/shminfo64/shm_info for
system calls. But x32 long is 32-bit. This patch replaces unsigned long
with __kernel_ulong_t in struct shmid64_ds/shminfo64/shm_info.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Link:
http://lkml.kernel.org/r/1388182464-28428-8-git-send-email-hjl.tools@gmail.com
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
No differences found