drivers: Remove some CONFIG_X86 ifdef'ery.
authorKeir Fraser <keir@xen.org>
Wed, 12 Sep 2012 19:54:23 +0000 (20:54 +0100)
committerKeir Fraser <keir@xen.org>
Wed, 12 Sep 2012 19:54:23 +0000 (20:54 +0100)
commit4e11d97bd9eb1d8b3aaf5458a303d4da917af59b
treef9828a4a4fdc9bfcbfeb3f8193c9b6b10cca8ad4
parenta9c02a0d888864daeca191d25601725c5177ec40
drivers: Remove some CONFIG_X86 ifdef'ery.

Not quite all, but a great deal was to specifically allow ia64 support
to be retrofitted to x86 platform code. Since we no longer support
ia64 we can happily remove the ifdefs. Any new platform which wanted
to share this code would likely need a different set of ifdefs in any
case, making it a brand new porting effort.

Signed-off-by: Keir Fraser <keir@xen.org>
12 files changed:
xen/drivers/acpi/numa.c
xen/drivers/acpi/pmstat.c
xen/drivers/cpufreq/cpufreq.c
xen/drivers/passthrough/ats.h
xen/drivers/passthrough/pci.c
xen/drivers/passthrough/vtd/dmar.c
xen/drivers/passthrough/vtd/extern.h
xen/drivers/passthrough/vtd/intremap.c
xen/drivers/passthrough/vtd/iommu.c
xen/drivers/passthrough/vtd/quirks.c
xen/drivers/passthrough/vtd/utils.c
xen/drivers/video/vesa.c