kernel/arch/sparc/include/asm/futex_64.h
.. .. @@ -38,8 +38,6 @@ 38 38 if (unlikely((((unsigned long) uaddr) & 0x3UL))) 39 39 return -EINVAL; 40 40 41 - pagefault_disable();42 -43 41 switch (op) { 44 42 case FUTEX_OP_SET: 45 43 __futex_cas_op("mov\t%4, %1", ret, oldval, uaddr, oparg); .. .. @@ -59,8 +57,6 @@ 59 57 default: 60 58 ret = -ENOSYS; 61 59 } 62 -63 - pagefault_enable();64 60 65 61 if (!ret) 66 62 *oval = oldval;