From: Alexander Graf Date: Thu, 5 Aug 2010 10:24:40 +0000 (+0200) Subject: KVM: PPC: Update int_pending also on dequeue X-Git-Tag: v2.6.37-rc1~142^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ee18b1e08e6a5648aeaaf998eabc72b5304cc17;p=pandora-kernel.git KVM: PPC: Update int_pending also on dequeue When having a decrementor interrupt pending, the dequeuing happens manually through an mtdec instruction. This instruction simply calls dequeue on that interrupt, so the int_pending hint doesn't get updated. This patch enables updating the int_pending hint also on dequeue, thus correctly enabling guests to stay in guest contexts more often. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed