summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/actbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/actbl.h')
-rw-r--r--sys/contrib/dev/acpica/actbl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/actbl.h b/sys/contrib/dev/acpica/actbl.h
index bd1d718..fe81c96 100644
--- a/sys/contrib/dev/acpica/actbl.h
+++ b/sys/contrib/dev/acpica/actbl.h
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: actbl.h - Table data structures defined in ACPI specification
- * $Revision: 45 $
+ * $Revision: 46 $
*
*****************************************************************************/
@@ -231,7 +231,7 @@ typedef struct /* Processor APIC */
UINT8 ProcessorApicId; /* ACPI processor id */
UINT8 LocalApicId; /* processor's local APIC id */
UINT32_BIT ProcessorEnabled: 1; /* Processor is usable if set */
- UINT32_BIT Reserved1 : 32;
+ UINT32_BIT Reserved1 : 31;
} PROCESSOR_APIC;
OpenPOWER on IntegriCloud