From: Rusty Russell Date: Fri, 20 Jul 2007 12:11:13 +0000 (+1000) Subject: lguest: fix sense if IF flag on interrupt injection X-Git-Tag: v2.6.23-rc1~212 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5faff45b381e053c31214713ed783d97f49177b;p=pandora-kernel.git lguest: fix sense if IF flag on interrupt injection The sense of the IF bit is backwards in the host interrupt handling. This means we always save "IF=1" on the stack when injecting an interrupt. It turns out this is almost always correct (unless the guest is taking a page fault in an interrupt due to an unpopulated vmalloc mapping), so went unnoticed. Signed-off-by: Rusty Russell Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed