We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9542130 commit 75f653fCopy full SHA for 75f653f
arch/parisc/kernel/traps.c
@@ -504,7 +504,7 @@ void notrace handle_interruption(int code, struct pt_regs *regs)
504
if (((unsigned long)regs->iaoq[0] & 3) &&
505
((unsigned long)regs->iasq[0] != (unsigned long)regs->sr[7])) {
506
/* Kill the user process later */
507
- regs->iaoq[0] = 0 | 3;
+ regs->iaoq[0] = 0 | PRIV_USER;
508
regs->iaoq[1] = regs->iaoq[0] + 4;
509
regs->iasq[0] = regs->iasq[1] = regs->sr[7];
510
regs->gr[0] &= ~PSW_B;
0 commit comments