Re: [PATCH] PPC: KVM: Book E doesn't have __end_interrupts.

2010-10-18 Thread Alexander Graf
On 19.10.2010, at 00:35, Scott Wood wrote: > Fix an unresolved symbol with CONFIG_KVM_GUEST plus CONFIG_RELOCATABLE on > Book E. Thanks, applied to the kvm-ppc-next tree. Avi, could you please pull my tree asap? That breakage is pretty bad and all my fault :(. It might be good if we could have

[PATCH] PPC: KVM: Book E doesn't have __end_interrupts.

2010-10-18 Thread Scott Wood
Fix an unresolved symbol with CONFIG_KVM_GUEST plus CONFIG_RELOCATABLE on Book E. Signed-off-by: Scott Wood --- arch/powerpc/kernel/kvm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/kernel/kvm.c b/arch/powerpc/kernel/kvm.c index 428d0e5..b06bdae 100644