search for: config_dummy_iommu

Displaying 2 results from an estimated 2 matches for "config_dummy_iommu".

2005 Jun 17
0
[PATCH] x86-64: IOMMU compilation
...+34,9 @@ c-obj-$(CONFIG_X86_IO_APIC) += genapic.o #obj-$(CONFIG_SOFTWARE_SUSPEND) += suspend_asm.o #obj-$(CONFIG_CPU_FREQ) += cpufreq/ #obj-$(CONFIG_EARLY_PRINTK) += early_printk.o -#obj-$(CONFIG_GART_IOMMU) += pci-gart.o aperture.o +c-obj-$(CONFIG_GART_IOMMU) += pci-gart.o aperture.o c-obj-$(CONFIG_DUMMY_IOMMU) += pci-nommu.o pci-dma.o -#obj-$(CONFIG_SWIOTLB) += swiotlb.o +obj-$(CONFIG_SWIOTLB) += swiotlb.o obj-$(CONFIG_KPROBES) += kprobes.o c-obj-$(CONFIG_MODULES) += module.o --- linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/e820.c.orig 2005-06-17 14:43:46.259030680 -0500 +++ linux-2.6.11-xen-s...
2005 Dec 06
0
Compile time errors on xen 2.6.12.5
...set # # Processor type and features # CONFIG_MPSC=y # CONFIG_GENERIC_CPU is not set CONFIG_X86_L1_CACHE_BYTES=128 # CONFIG_X86_TSC is not set CONFIG_X86_XEN_GENAPIC=y # CONFIG_X86_MSR is not set CONFIG_X86_HT=y # CONFIG_K8_NUMA is not set # CONFIG_NUMA_EMU is not set # CONFIG_GART_IOMMU is not set CONFIG_DUMMY_IOMMU=y # CONFIG_X86_MCE is not set # # Power management options # # CONFIG_PM is not set # # CPU Frequency scaling # # CONFIG_CPU_FREQ is not set # # Bus options (PCI etc.) # # # Executable file formats / Emulations # # CONFIG_IA32_EMULATION is not set # # Executable file formats # CONFIG_BINFMT_EL...