|
Description
|
With the introduction of Clearview IPMP, the lone remaining consumer of
ill_lock_ills() and ill_unlock_ills() is the IRE atomic start/end logic.
However, that logic always works with at most two ills, so the existing
GRAB_ILL_LOCKS() and RELEASE_ILL_LOCKS() macros suffice. As such, we can
update the IRE atomic start/end logic to use the macros and dispose of
the ill_lock_ills() and ill_unlock_ills() functions.
|