• Jeremy Fitzhardinge's avatar
    xen: add batch completion callbacks · 91e0c5f3
    Jeremy Fitzhardinge authored
    This adds a mechanism to register a callback function to be called once
    a batch of hypercalls has been issued.  This is typically used to unlock
    things which must remain locked until the hypercall has taken place.
    
    [ Stable folks: pre-req for 2.6.23 bugfix "xen: deal with stale cr3
      values when unpinning pagetables" ]
    Signed-off-by: default avatarJeremy Fitzhardinge <jeremy@xensource.com>
    Cc: Stable Kernel <stable@kernel.org>
    91e0c5f3
multicalls.c 2.72 KB