lguest: remove obsolete LHREQ_BREAK call
authorRusty Russell <rusty@rustcorp.com.au>
Sat, 13 Jun 2009 04:27:10 +0000 (22:27 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 12 Jun 2009 12:57:11 +0000 (22:27 +0930)
commit5dac051bc6030963181b69faddd9e0ad04f85fa8
tree4a0456e1d971bbe9f68f4ac13d31716c12fbb618
parent659a0e6633567246edcb7bd400c7e2bece9237d9
lguest: remove obsolete LHREQ_BREAK call

We no longer need an efficient mechanism to force the Guest back into
host userspace, as each device is serviced without bothering the main
Guest process (aka. the Launcher).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/lguest/core.c
drivers/lguest/lg.h
drivers/lguest/lguest_user.c
include/linux/lguest_launcher.h