From: Alexander Graf Date: Mon, 21 Dec 2009 19:21:23 +0000 (+0100) Subject: KVM: powerpc: Move vector to irqprio resolving to separate function X-Git-Tag: v2.6.34-rc1~193^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=583617b7866cfcc0b3830a4b7ab20f218d180f67;p=pandora-kernel.git KVM: powerpc: Move vector to irqprio resolving to separate function We're using a switch table to find the irqprio that belongs to a specific interrupt vector. This table is part of the interrupt inject logic. Since we'll add a new function to stop interrupts, let's move this table out of the injection logic into a separate function. Signed-off-by: Alexander Graf Acked-by: Acked-by: Hollis Blanchard Signed-off-by: Avi Kivity --- Reading git-diff-tree failed