summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaniv Kamay <ykamay@redhat.com>2009-10-26 23:09:50 +0200
committerYaniv Kamay <ykamay@redhat.com>2009-10-26 23:09:50 +0200
commit35843e66fc044935cd861d6bcffa3e77cf786434 (patch)
treee52f1255038327e047b963276f2c5ea9013603a9
parent0de9767fd4d16cc335205790e9b0b4c7f02a0333 (diff)
fix older kernel build
-rwxr-xr-xkernel/sync2
-rw-r--r--kernel/x86/Kbuild3
2 files changed, 2 insertions, 3 deletions
diff --git a/kernel/sync b/kernel/sync
index da5c218a..8ce667f0 100755
--- a/kernel/sync
+++ b/kernel/sync
@@ -159,7 +159,7 @@ def hack(T, arch, file):
hack_files = {
'x86': str.split('kvm_main.c mmu.c vmx.c svm.c x86.c irq.h lapic.c'
- ' i8254.c timer.c eventfd.c'),
+ ' i8254.c'),
'ia64': str.split('kvm_main.c kvm_fw.c kvm_lib.c kvm-ia64.c'),
}
diff --git a/kernel/x86/Kbuild b/kernel/x86/Kbuild
index af0824ce..ec24d7b5 100644
--- a/kernel/x86/Kbuild
+++ b/kernel/x86/Kbuild
@@ -1,7 +1,6 @@
obj-m := kvm.o kvm-intel.o kvm-amd.o
-kvm-objs := kvm_main.o x86.o mmu.o emulate.o ../anon_inodes.o irq.o i8259.o \
+kvm-objs := kvm_main.o x86.o mmu.o x86_emulate.o ../anon_inodes.o irq.o i8259.o \
lapic.o ioapic.o preempt.o i8254.o coalesced_mmio.o irq_comm.o \
- timer.o eventfd.o \
../external-module-compat.o ../request-irq-compat.o
ifeq ($(CONFIG_IOMMU_API),y)
kvm-objs += iommu.o