summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2019-03-21 07:10:27 -0700
committerGitHub <noreply@github.com>2019-03-21 07:10:27 -0700
commit5a94af32720a98d81ea25af8ef7b5325c471c13c (patch)
tree90439b796cd59962a0362e14248d293e3eccc295
parent01f984822248f5ce59b9d3103baee3e1ed1c06e0 (diff)
parentb757af5e4ebca3aed5279afb6f60436555fc7256 (diff)
downloadacpica-5a94af32720a98d81ea25af8ef7b5325c471c13c.tar.gz
Merge pull request #451 from SchmErik/iasl-acpi-rev
iASL: update supported ACPI specification revision
-rw-r--r--source/compiler/asldefine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/asldefine.h b/source/compiler/asldefine.h
index a13acec0b..8089d0b95 100644
--- a/source/compiler/asldefine.h
+++ b/source/compiler/asldefine.h
@@ -162,7 +162,7 @@
#define ASL_CREATOR_ID "INTL"
#define ASL_DEFINE "__IASL__"
#define ASL_PREFIX "iASL: "
-#define ASL_COMPLIANCE "Supports ACPI Specification Revision 6.2A"
+#define ASL_COMPLIANCE "Supports ACPI Specification Revision 6.3"
/* Configuration constants */