From: Mihai Caraman Date: Wed, 12 Sep 2012 03:18:14 +0000 (+0000) Subject: KVM: PPC: bookehv: Allow duplicate calls of DO_KVM macro X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~27^2~56^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d61966fc08b84857b697ebae4489c652dd87e48a;p=pandora-kernel.git KVM: PPC: bookehv: Allow duplicate calls of DO_KVM macro The current form of DO_KVM macro restricts its use to one call per input parameter set. This is caused by kvmppc_resume_\intno\()_\srr1 symbol definition. Duplicate calls of DO_KVM are required by distinct implementations of exeption handlers which are delegated at runtime. Use a rare label number to avoid conflicts with the calling contexts. Signed-off-by: Mihai Caraman Signed-off-by: Alexander Graf --- Reading git-diff-tree failed