From: Bharat Bhushan Date: Tue, 15 Jan 2013 22:24:39 +0000 (+0000) Subject: KVM: PPC: booke: Allow multiple exception types X-Git-Tag: v3.9-rc1~97^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d542d9c2bbca9b99835fef6a938b9ae9dd7ca2a;p=pandora-kernel.git KVM: PPC: booke: Allow multiple exception types Current kvmppc_booke_handlers uses the same macro (KVM_HANDLER) and all handlers are considered to be the same size. This will not be the case if we want to use different macros for different handlers. This patch improves the kvmppc_booke_handler so that it can support different macros for different handlers. Signed-off-by: Liu Yu [bharat.bhushan@freescale.com: Substantial changes] Signed-off-by: Bharat Bhushan Signed-off-by: Alexander Graf --- Reading git-diff-tree failed