Fix CRITICAL_FORK so that it compiles.

This commit is contained in:
Doug Rabson 2001-12-23 16:04:29 +00:00
parent 193d571957
commit e129a83e18
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88441

View file

@ -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__