s390: remove all usages of PSW_ADDR_AMODE
[deliverable/linux.git] / arch / s390 / mm / fault.c
index 1b903f6ad54a327ca73ee88bdecee0a73e1eaf42..95ed8d48f54e4f1710c69246805fad3292f5ecf4 100644 (file)
@@ -258,7 +258,7 @@ static noinline void do_no_context(struct pt_regs *regs)
        /* Are we prepared to handle this kernel fault?  */
        fixup = search_exception_tables(regs->psw.addr & PSW_ADDR_INSN);
        if (fixup) {
-               regs->psw.addr = extable_fixup(fixup) | PSW_ADDR_AMODE;
+               regs->psw.addr = extable_fixup(fixup);
                return;
        }
 
This page took 0.026415 seconds and 5 git commands to generate.