Be more conservative about re-enabling interrupts during trap processing
until atomic issues are fully sorted. Approved by: benno
This commit is contained in:
parent
b744fccd8a
commit
9e283cf9a2
@ -109,9 +109,9 @@ powerpc_interrupt(struct trapframe *framep)
|
||||
*/
|
||||
#if 0
|
||||
printf("powerpc_interrupt: got trap\n");
|
||||
#endif
|
||||
mtmsr(mfmsr() | PSL_EE);
|
||||
isync();
|
||||
#endif
|
||||
trap(framep);
|
||||
}
|
||||
}
|
||||
|
@ -109,9 +109,9 @@ powerpc_interrupt(struct trapframe *framep)
|
||||
*/
|
||||
#if 0
|
||||
printf("powerpc_interrupt: got trap\n");
|
||||
#endif
|
||||
mtmsr(mfmsr() | PSL_EE);
|
||||
isync();
|
||||
#endif
|
||||
trap(framep);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user