commit | e5faff45b381e053c31214713ed783d97f49177b | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Jul 20 22:11:13 2007 +1000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Jul 20 09:05:16 2007 -0700 |
tree | 0a2b906f9f087b33e4ca9cb892f35f649ab67fb6 | |
parent | bd6dc742a4b1945861795a66dc27c65365c5f28e [diff] |
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 <rusty@rustcorp.com.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>