summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/critical.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/critical.h')
-rw-r--r--sys/powerpc/include/critical.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/critical.h b/sys/powerpc/include/critical.h
index 08184bd..ce85c67 100644
--- a/sys/powerpc/include/critical.h
+++ b/sys/powerpc/include/critical.h
@@ -43,7 +43,7 @@ cpu_critical_enter(void)
msr = mfmsr();
td->td_md.md_savecrit = msr;
- msr &= ~(PSL_EE | PSL_RI);
+ msr &= ~PSL_EE;
mtmsr(msr);
}
OpenPOWER on IntegriCloud