X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=arch%2Fs390%2Finclude%2Fasm%2Fprocessor.h;h=18cdede1aedab9bfb841471a51dd241751421110;hb=c5e0666c5a3ccabdf16bb88451886cdf81849b66;hp=d6fd22ea270db0e5446a41aaabc3d9ce1445e350;hpb=8f40842e4260f73792c156aded004197a19135ee;p=deliverable%2Flinux.git diff --git a/arch/s390/include/asm/processor.h b/arch/s390/include/asm/processor.h index d6fd22ea270d..18cdede1aeda 100644 --- a/arch/s390/include/asm/processor.h +++ b/arch/s390/include/asm/processor.h @@ -175,7 +175,7 @@ extern __vector128 init_task_fpu_regs[__NUM_VXRS]; regs->psw.mask = PSW_USER_BITS | PSW_MASK_BA; \ regs->psw.addr = new_psw; \ regs->gprs[15] = new_stackp; \ - crst_table_downgrade(current->mm, 1UL << 31); \ + crst_table_downgrade(current->mm); \ execve_tail(); \ } while (0)