Add a mtx_intr_enable() macro.

This commit is contained in:
John Baldwin 2001-02-22 15:37:57 +00:00
parent 66b5727c4e
commit 7a473ad644
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72894

View File

@ -48,6 +48,7 @@
"mpp->mtx_saveintr & IA64_PSR_I")
#define mtx_legal2block() (save_intr() & IA64_PSR_I)
#define mtx_intr_enable(mutex) (mutex)->mtx_saveintr |= IA64_PSR_I
#endif /* _KERNEL */