diff options
author | Erik Schmauss <erik.schmauss@intel.com> | 2017-07-10 15:23:02 +0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-07-20 16:38:23 +0200 |
commit | 3ddd3f6a94108a5d2abfaa2a2f809b1520361e5e (patch) | |
tree | 67d516ff94be10a75764f0bcc442ea95fa20b60b /fs | |
parent | ff7993a753413b19c1fb9566fc80ddbf5dc785e1 (diff) | |
download | linux-3ddd3f6a94108a5d2abfaa2a2f809b1520361e5e.tar.bz2 |
ACPICA: iASL compiler: allow compilation of externals with paths that refer to existing names
ACPICA commit 9a252114197409290813bee570e9d53c22b99d32
This change allows compilation of code like the following:
definition_block (...)
{
External (ABCD.EFGH)
Device (ABCD)
{
Name (IJLK,0)
}
}
but does not allow compilation of code like the following:
definition_block (...)
{
External (ABCD)
Device (ABCD)
{
Name (EFGH,0)
}
}
Link: https://github.com/acpica/acpica/commit/9a252114
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions