]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit71c1773cb5296f8a8f8a7b536c1ceef29b039a7f
tree4a0456e1d971bbe9f68f4ac13d31716c12fbb618
parentdb32073171edf90e974134ba4fada76d5e8a7002
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