diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-03-28 02:40:47 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-03-28 02:40:47 +0000 |
| commit | 6283b7d01b8d947b8a57d635e61b7c4e22816f93 (patch) | |
| tree | 2927aeaa211c5710dbd02edacd15f85d4c72c286 /sys/ia64 | |
| parent | 59f0a6b75ead503d89cfc73a154b6e708debf91b (diff) | |
Notes
Diffstat (limited to 'sys/ia64')
| -rw-r--r-- | sys/ia64/include/mutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/mutex.h b/sys/ia64/include/mutex.h index f325f2b307f8..f32bacd9aac5 100644 --- a/sys/ia64/include/mutex.h +++ b/sys/ia64/include/mutex.h @@ -38,7 +38,7 @@ #ifdef _KERNEL -#define mtx_intr_enable(mutex) (mutex)->mtx_saveintr |= IA64_PSR_I +#define mtx_intr_enable(mutex) (mutex)->mtx_savecrit |= IA64_PSR_I #endif /* _KERNEL */ |
