summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2001-12-23 16:04:29 +0000
committerDoug Rabson <dfr@FreeBSD.org>2001-12-23 16:04:29 +0000
commite129a83e18668ff813bba480878e6db34382d55c (patch)
tree6f90b20427ded759d932ffdd1fbe8e21fa53654e
parent193d571957c3648d9f844f3883a2bee126472afe (diff)
Notes
-rw-r--r--sys/ia64/include/cpufunc.h2
1 files changed, 1 insertions, 1 deletions
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 <sys/types.h>
#include <machine/ia64_cpu.h>
-#define CRITICAL_FORK (ia64_get_psr() |= IA64_PSR_I)
+#define CRITICAL_FORK (ia64_get_psr() | IA64_PSR_I)
#ifdef __GNUC__