summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/cpufunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include/cpufunc.h')
-rw-r--r--sys/alpha/include/cpufunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/include/cpufunc.h b/sys/alpha/include/cpufunc.h
index d47652c..51a1fdc 100644
--- a/sys/alpha/include/cpufunc.h
+++ b/sys/alpha/include/cpufunc.h
@@ -48,7 +48,7 @@ breakpoint(void)
static __inline critical_t
critical_enter(void)
{
- return (alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH));
+ return (alpha_pal_swpipl(ALPHA_PSL_IPL_MCES));
}
static __inline void
OpenPOWER on IntegriCloud