From: Rusty Russell Date: Sat, 13 Jun 2009 04:27:01 +0000 (-0600) Subject: lguest: fix lguest wake on guest clock tick, or fd activity X-Git-Tag: v2.6.31-rc1~368^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6c372de6e4b9a8188b66badcee3e3792eccdd26;p=pandora-kernel.git lguest: fix lguest wake on guest clock tick, or fd activity The Launcher could be inside the Guest on another CPU; wake_up_process will do nothing because it is "running". kick_process will knock it back into our kernel in this case, otherwise we'll miss it until the next guest exit. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed