diff options
Diffstat (limited to 'include/linux/compat.h')
| -rw-r--r-- | include/linux/compat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index 8e636211f334..ef4834c5bcab 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h | |||
| @@ -641,10 +641,10 @@ asmlinkage long compat_sys_futex(u32 __user *uaddr, int op, u32 val, | |||
| 641 | u32 val3); | 641 | u32 val3); |
| 642 | asmlinkage long compat_sys_getsockopt(int fd, int level, int optname, | 642 | asmlinkage long compat_sys_getsockopt(int fd, int level, int optname, |
| 643 | char __user *optval, int __user *optlen); | 643 | char __user *optval, int __user *optlen); |
| 644 | asmlinkage long compat_sys_kexec_load(unsigned long entry, | 644 | asmlinkage long compat_sys_kexec_load(compat_ulong_t entry, |
| 645 | unsigned long nr_segments, | 645 | compat_ulong_t nr_segments, |
| 646 | struct compat_kexec_segment __user *, | 646 | struct compat_kexec_segment __user *, |
| 647 | unsigned long flags); | 647 | compat_ulong_t flags); |
| 648 | asmlinkage long compat_sys_mq_getsetattr(mqd_t mqdes, | 648 | asmlinkage long compat_sys_mq_getsetattr(mqd_t mqdes, |
| 649 | const struct compat_mq_attr __user *u_mqstat, | 649 | const struct compat_mq_attr __user *u_mqstat, |
| 650 | struct compat_mq_attr __user *u_omqstat); | 650 | struct compat_mq_attr __user *u_omqstat); |
