Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[deliverable/linux.git] / arch / s390 / kernel / compat_linux.c
index 84a982898448e04aeb971d3915ea9121610729af..ab64bdbab2ae3cf7b7025ad1d4afe1838c6cd6ec 100644 (file)
@@ -278,9 +278,6 @@ asmlinkage long sys32_ipc(u32 call, int first, int second, int third, u32 ptr)
 {
        if (call >> 16)         /* hack for backward compatibility */
                return -EINVAL;
-
-       call &= 0xffff;
-
        switch (call) {
        case SEMTIMEDOP:
                return compat_sys_semtimedop(first, compat_ptr(ptr),
This page took 0.024381 seconds and 5 git commands to generate.