From: Alexander Graf Date: Thu, 29 Jul 2010 13:04:22 +0000 (+0200) Subject: KVM: PPC: Move KVM trampolines before __end_interrupts X-Git-Tag: v2.6.37-rc1~142^2~222 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a58ddea556f8877ccf7caa046b6d6b32982f5b1d;p=pandora-kernel.git KVM: PPC: Move KVM trampolines before __end_interrupts When using a relocatable kernel we need to make sure that the trampline code and the interrupt handlers are both copied to low memory. The only way to do this reliably is to put them in the copied section. This patch should make relocated kernels work with KVM. KVM-Stable-Tag Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed