diff options
author | Bob Moore <robert.moore@intel.com> | 2015-04-12 23:51:16 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-04-14 08:51:56 -0400 |
commit | a50edd4b72b4add7ad3b6e082deffafc88dd09e4 (patch) | |
tree | 400b39baa85311f48c720300ec8f66932380dba3 | |
parent | 5132f2faa50454faf9e9b2dcbdbff389f4014e57 (diff) |
ACPICA: Disassembler: Some cleanup of the table dump module.
ACPICA commit 330e3b7ec96fbd2e0677b786c09d86be36dd5673
Cleanup of LPIT table output (Dean Nelson)
Split some long lines.
Link: https://github.com/acpica/acpica/commit/330e3b7e
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>
-rw-r--r-- | include/acpi/actbl2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h index e3ab1ff8a828..cafdeb50fbdf 100644 --- a/include/acpi/actbl2.h +++ b/include/acpi/actbl2.h | |||
@@ -846,7 +846,8 @@ struct acpi_lpit_header { | |||
846 | 846 | ||
847 | enum acpi_lpit_type { | 847 | enum acpi_lpit_type { |
848 | ACPI_LPIT_TYPE_NATIVE_CSTATE = 0x00, | 848 | ACPI_LPIT_TYPE_NATIVE_CSTATE = 0x00, |
849 | ACPI_LPIT_TYPE_SIMPLE_IO = 0x01 | 849 | ACPI_LPIT_TYPE_SIMPLE_IO = 0x01, |
850 | ACPI_LPIT_TYPE_RESERVED = 0x02 /* 2 and above are reserved */ | ||
850 | }; | 851 | }; |
851 | 852 | ||
852 | /* Masks for Flags field above */ | 853 | /* Masks for Flags field above */ |