Add a mtx_intr_enable() macro.
This commit is contained in:
parent
66b5727c4e
commit
7a473ad644
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72894
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user