summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/include/cpufunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/cpufunc.h b/sys/powerpc/include/cpufunc.h
index 869a314..94ec9e1 100644
--- a/sys/powerpc/include/cpufunc.h
+++ b/sys/powerpc/include/cpufunc.h
@@ -121,7 +121,7 @@ intr_disable(void)
register_t msr;
msr = mfmsr();
- mtmsr(msr & ~(PSL_EE|PSL_RI));
+ mtmsr(msr & ~PSL_EE);
return (msr);
}
OpenPOWER on IntegriCloud