提交 758d4931 编写于 作者: B Bob Moore 提交者: Len Brown

ACPICA: Disassembler: Remove obsolete "Integer64" field in parse object

This field is no longer needed. The "Integer" field is 64 bit
and is sufficient.
Signed-off-by: NBob Moore <robert.moore@intel.com>
Signed-off-by: NLin Ming <ming.m.lin@intel.com>
Signed-off-by: NLen Brown <len.brown@intel.com>
上级 5df7e6cb
......@@ -651,7 +651,6 @@ struct acpi_opcode_info {
union acpi_parse_value {
u64 integer; /* Integer constant (Up to 64 bits) */
struct uint64_struct integer64; /* Structure overlay for 2 32-bit Dwords */
u32 size; /* bytelist or field size */
char *string; /* NULL terminated string */
u8 *buffer; /* buffer or string */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册