aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/acpi.h
diff options
context:
space:
mode:
authorTim Deegan <Tim.Deegan@citrix.com>2011-04-07 15:06:47 +0100
committerTim Deegan <Tim.Deegan@citrix.com>2011-04-07 15:06:47 +0100
commit756f04dbee194f5bb0e6404b428f3ffc43fa8705 (patch)
tree3e79273a03a9deed7e1c7fd4333cb02f1b15a9e0 /xen/include/xen/acpi.h
parent679a2b90210c5d0af271ffd382c6e18272001e0a (diff)
downloadxen-756f04dbee194f5bb0e6404b428f3ffc43fa8705.tar.gz
xen-756f04dbee194f5bb0e6404b428f3ffc43fa8705.tar.bz2
xen-756f04dbee194f5bb0e6404b428f3ffc43fa8705.zip
xen/acpi: disentangle ACPI enumerations.
There are two sets of ACPI table enums and structs, and clang complains about implicit casts between them. It would be much better to remove one entire set of ACPI definitions but for now just use the right enum for each interface. Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/xen/acpi.h')
-rw-r--r--xen/include/xen/acpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/xen/acpi.h b/xen/include/xen/acpi.h
index 4dc019c61c..ac985b8625 100644
--- a/xen/include/xen/acpi.h
+++ b/xen/include/xen/acpi.h
@@ -183,6 +183,7 @@ struct acpi_table_sbf
enum acpi_srat_entry_id {
ACPI_SRAT_PROCESSOR_AFFINITY = 0,
ACPI_SRAT_MEMORY_AFFINITY,
+ ACPI_SRAT_X2APIC_AFFINITY,
ACPI_SRAT_ENTRY_COUNT
};