diff --git a/sys/ia64/include/cpufunc.h b/sys/ia64/include/cpufunc.h index c2d074fc3639..a72b173d8595 100644 --- a/sys/ia64/include/cpufunc.h +++ b/sys/ia64/include/cpufunc.h @@ -34,7 +34,7 @@ #include #include -#define CRITICAL_FORK (ia64_get_psr() |= IA64_PSR_I) +#define CRITICAL_FORK (ia64_get_psr() | IA64_PSR_I) #ifdef __GNUC__