kernel-fxtec-pro1x/arch/ia64/kvm
Luck, Tony a662b8135a KVM: ia64: fix build breakage due to host spinlock change
Len Brown pointed out that allmodconfig is broken for
ia64 because of:

arch/ia64/kvm/vmm.c: In function 'vmm_spin_unlock':
arch/ia64/kvm/vmm.c:70: error: 'spinlock_t' has no member named 'raw_lock'

KVM has it's own spinlock routines. It should not depend on the base kernel
spinlock_t type (which changed when ia64 switched to ticket locks).  Define
its own vmm_spinlock_t type.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2009-12-27 13:36:33 -02:00
..
asm-offsets.c drop explicit include of autoconf.h 2009-12-12 13:08:15 +01:00
irq.h
Kconfig
kvm-ia64.c KVM: Activate Virtualization On Demand 2009-12-03 09:32:10 +02:00
kvm_fw.c
kvm_lib.c
kvm_minstate.h
lapic.h
Makefile
memcpy.S
memset.S
misc.h
mmio.c
optvfault.S
process.c
trampoline.S
vcpu.c
vcpu.h KVM: ia64: fix build breakage due to host spinlock change 2009-12-27 13:36:33 -02:00
vmm.c KVM: ia64: fix build breakage due to host spinlock change 2009-12-27 13:36:33 -02:00
vmm_ivt.S
vti.h
vtlb.c KVM: ia64: fix build breakage due to host spinlock change 2009-12-27 13:36:33 -02:00