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:
d8e5dde
)
posix_types: Introduce __kernel_[u]long_t
author
H. Peter Anvin
<hpa@zytor.com>
Tue, 14 Feb 2012 21:11:31 +0000
(13:11 -0800)
committer
H. Peter Anvin
<hpa@zytor.com>
Mon, 20 Feb 2012 20:48:47 +0000
(12:48 -0800)
Introduce __kernel_[u]long_t, which allows an ABI to override all
defaults of type [unsigned] long.
This enables x32 and potentially other 32-bit userspace on 64-bit
kernel ABIs.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
No differences found