diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-06-02 08:17:42 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-06-02 08:17:42 +0000 |
| commit | 0d31cbfab7843ddfc6e23fa0782ef6f537993517 (patch) | |
| tree | f1a77ea218f8413ba16ce2b10151df11c9cbc335 /sys/alpha/include | |
| parent | a8ef346171a8c45732449788aa35b941463f8ef6 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include')
| -rw-r--r-- | sys/alpha/include/mutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/include/mutex.h b/sys/alpha/include/mutex.h index c8bcbdd90805d..c141d6f017ddc 100644 --- a/sys/alpha/include/mutex.h +++ b/sys/alpha/include/mutex.h @@ -39,7 +39,7 @@ /* Global locks */ extern struct mtx clock_lock; -#define mtx_intr_enable(mutex) (mutex)->mtx_savecrit = ALPHA_PSL_IPL_0 +#define mtx_intr_enable(mutex) do (mutex)->mtx_savecrit = ALPHA_PSL_IPL_0; while (0) #endif /* _KERNEL */ |
