Module Name: src
Committed By: cegger
Date: Mon Nov 23 10:50:38 UTC 2009
Modified Files:
src/sys/external/intel-public/acpica/dist/include: actbl1.h
Log Message:
Update ACPI_SRAT_CPU_AFFINITY to match ACPI specification 4.0.
XXX I don't know if this already happened upstream but it will sooner or later
if not.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/intel-public/acpica/dist/include/actbl1.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/intel-public/acpica/dist/include/actbl1.h
diff -u src/sys/external/intel-public/acpica/dist/include/actbl1.h:1.1.1.1 src/sys/external/intel-public/acpica/dist/include/actbl1.h:1.2
--- src/sys/external/intel-public/acpica/dist/include/actbl1.h:1.1.1.1 Tue Aug 18 16:23:34 2009
+++ src/sys/external/intel-public/acpica/dist/include/actbl1.h Mon Nov 23 10:50:38 2009
@@ -1088,7 +1088,7 @@
UINT32 Flags;
UINT8 LocalSapicEid;
UINT8 ProximityDomainHi[3];
- UINT32 Reserved; /* Reserved, must be zero */
+ UINT32 ClockDomain;
} ACPI_SRAT_CPU_AFFINITY;