Unverified Commit a828e118 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!4812 parisc: Clear stale IIR value on instruction access rights trap

parents 9632dafe 4fea6224
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -697,6 +697,8 @@ void notrace handle_interruption(int code, struct pt_regs *regs)
			}
			up_read(&current->mm->mmap_sem);
		}
		/* CPU could not fetch instruction, so clear stale IIR value. */
		regs->iir = 0xbaadf00d;
		/* Fall Through */
	case 27: 
		/* Data memory protection ID trap */