[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [linux-2.6.18-xen] x86: don't build i8237.o
# HG changeset patch # User Jan Beulich <jbeulich@xxxxxxxx> # Date 1323857062 -3600 # Node ID 0639ecd91ca3399f3d13d16cbe2fd832237fff1e # Parent bffd07392da5729ebdbb7caf50524c544eedba7d x86: don't build i8237.o This complements c/s 155:fbfa306ab465 ("Suppress all use of ISA DMA on Xen") - the code is simply useless on Xen. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> --- diff -r bffd07392da5 -r 0639ecd91ca3 arch/i386/kernel/Makefile --- a/arch/i386/kernel/Makefile Thu Dec 08 09:19:20 2011 +0100 +++ b/arch/i386/kernel/Makefile Wed Dec 14 11:04:22 2011 +0100 @@ -84,5 +84,5 @@ early_printk-y += ../../x86_64/kernel/early_printk.o k8-y += ../../x86_64/kernel/k8.o -disabled-obj-$(CONFIG_XEN) := i8259.o reboot.o smpboot.o +disabled-obj-$(CONFIG_XEN) := i8237.o i8259.o reboot.o smpboot.o %/head.o %/head.s: $(if $(CONFIG_XEN),EXTRA_AFLAGS,dummy) := diff -r bffd07392da5 -r 0639ecd91ca3 arch/x86_64/kernel/Makefile --- a/arch/x86_64/kernel/Makefile Thu Dec 08 09:19:20 2011 +0100 +++ b/arch/x86_64/kernel/Makefile Wed Dec 14 11:04:22 2011 +0100 @@ -61,5 +61,5 @@ time-$(CONFIG_XEN) += ../../i386/kernel/time.o pci-dma-$(CONFIG_XEN) += ../../i386/kernel/pci-dma.o -disabled-obj-$(CONFIG_XEN) := i8259.o reboot.o smpboot.o trampoline.o +disabled-obj-$(CONFIG_XEN) := i8237.o i8259.o reboot.o smpboot.o trampoline.o %/head.o %/head.s: $(if $(CONFIG_XEN),EXTRA_AFLAGS,dummy) := _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |