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:
ca2c405
)
mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Tue, 4 Mar 2014 16:18:23 +0000
(17:18 +0100)
committer
Heiko Carstens
<heiko.carstens@de.ibm.com>
Thu, 6 Mar 2014 15:30:47 +0000
(16:30 +0100)
In order to allow the COMPAT_SYSCALL_DEFINE macro generate code that
performs proper zero and sign extension convert all 64 bit parameters
to their corresponding 32 bit compat counterparts.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
No differences found