commit | ef42e53f271b99fe9eb853df5661edeac8a277f6 | [log] [tgz] |
---|---|---|
author | Bob Moore <robert.moore@intel.com> | Mon Dec 31 00:07:18 2012 +0000 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Jan 10 12:36:22 2013 +0100 |
tree | accdeb45436b2278086375374b5d88b529834253 | |
parent | 3e5621a750e2cfb26748c34acbb67c691845494a [diff] |
ACPICA: Interpreter: Add warning if 64-bit constant appears in 32-bit table. Some ASL compilers allow 64-bit constants within a 32-bit table (DSDT version == 1). When encountered, emit a warning that the constant will be truncated to 32 bits. This is potentially a serious problem in the ACPI table(s). 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>