summaryrefslogtreecommitdiff
path: root/include/acpi/actypes.h
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2007-02-02 16:48:23 (GMT)
committerLen Brown <len.brown@intel.com>2007-02-03 02:14:30 (GMT)
commitea5415785146afe37dd2d1179a6c3a34fd26b52f (patch)
tree42ed79d179e5a3353c987ee5ff09af565769e612 /include/acpi/actypes.h
parent2e23f8513e9d0cc6d07d36e4555badc2518df433 (diff)
downloadlinux-fsl-qoriq-ea5415785146afe37dd2d1179a6c3a34fd26b52f.tar.xz
ACPICA: Update a comment.
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi/actypes.h')
-rw-r--r--include/acpi/actypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h
index fff2d24..ee1a118 100644
--- a/include/acpi/actypes.h
+++ b/include/acpi/actypes.h
@@ -48,7 +48,8 @@
/*
* ACPI_MACHINE_WIDTH must be specified in an OS- or compiler-dependent header
- * and must be either 16, 32, or 64
+ * and must be either 32 or 64. 16-bit ACPICA is no longer supported, as of
+ * 12/2006.
*/
#ifndef ACPI_MACHINE_WIDTH
#error ACPI_MACHINE_WIDTH not defined