commit | 8eee9093cdbeb2aa89d67dc1a3fd118acabaea52 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Tue Mar 04 16:19:16 2014 +0100 |
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | Thu Mar 06 16:30:45 2014 +0100 |
tree | ad181d1ee2fab9db22b51676cb259083fe890423 | |
parent | 932602e238329da99f8482c1b721549531fbfe7f [diff] |
ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types 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>