]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen: add batch completion callbacks
authorJeremy Fitzhardinge <jeremy@goop.org>
Fri, 12 Oct 2007 21:11:36 +0000 (14:11 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Nov 2007 16:22:57 +0000 (08:22 -0800)
commit4fc04833aaa0d7604e7fb7bbaa6854a4ff254b50
tree424101c99a21a5b0dcefa53ab3e062b6e00e6708
parent6f8a6ffc2bffa55668aaeb3fbe910bd78e901158
xen: add batch completion callbacks

patch 91e0c5f3dad47838cb2ecc1865ce789a0b7182b1 in mainline.

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.

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/i386/xen/multicalls.c
arch/i386/xen/multicalls.h