From: Alexander Graf Date: Mon, 30 Aug 2010 12:03:24 +0000 (+0200) Subject: KVM: PPC: Implement level interrupts for BookE X-Git-Tag: v2.6.37-rc1~142^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5335f17651de5075313524ccc3881527268966f;p=pandora-kernel.git KVM: PPC: Implement level interrupts for BookE BookE also wants to support level based interrupts, so let's implement all the necessary logic there. We need to trick a bit here because the irqprios are 1:1 assigned to architecture defined values. But since there is some space left there, we can just pick a random one and move it later on - it's internal anyways. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed