From: Ingo Molnar Date: Thu, 14 Aug 2008 08:55:26 +0000 (+0200) Subject: Merge commit 'v2.6.27-rc3' into x86/xsave X-Git-Tag: v2.6.28-rc1~699^2^8~10 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=d4439087d316613548c70472291bf4ca646ce24b;p=linux.git Merge commit 'v2.6.27-rc3' into x86/xsave Conflicts: arch/x86/kernel/genapic_64.c include/asm-x86/kvm_host.h Signed-off-by: Ingo Molnar --- d4439087d316613548c70472291bf4ca646ce24b diff --cc arch/x86/kernel/io_apic_64.c index b9950dae59b7,61a83b70c18f..e63282e78864 --- a/arch/x86/kernel/io_apic_64.c +++ b/arch/x86/kernel/io_apic_64.c @@@ -898,18 -838,7 +911,10 @@@ void __setup_vector_irq(int cpu } } - void setup_vector_irq(int cpu) - { - spin_lock(&vector_lock); - __setup_vector_irq(smp_processor_id()); - spin_unlock(&vector_lock); - } - - static struct irq_chip ioapic_chip; +#ifdef CONFIG_INTR_REMAP +static struct irq_chip ir_ioapic_chip; +#endif static void ioapic_register_intr(int irq, unsigned long trigger) { diff --cc include/asm-x86/kvm_host.h index 95eb742765b3,0f3c53114614..72e9a525f91a --- a/include/asm-x86/kvm_host.h +++ b/include/asm-x86/kvm_host.h @@@ -729,4 -731,8 +731,8 @@@ asmlinkage void kvm_handle_fault_on_reb KVM_EX_ENTRY " 666b, 667b \n\t" \ ".popsection" + #define KVM_ARCH_WANT_MMU_NOTIFIER + int kvm_unmap_hva(struct kvm *kvm, unsigned long hva); + int kvm_age_hva(struct kvm *kvm, unsigned long hva); + -#endif +#endif /* ASM_X86__KVM_HOST_H */