1
0

ACPICA: Cleanup debug operand dump mechanism

Eliminated unnecessary operands; eliminated use of negative index
in loop.  Operands now displayed in correct order, not backwards.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Este cometimento está contido em:
Bob Moore
2008-06-10 14:25:05 +08:00
cometido por Andi Kleen
ascendente 5a1a57efeb
cometimento 71d993e115
8 ficheiros modificados com 37 adições e 83 eliminações

Ver ficheiro

@@ -366,11 +366,7 @@ void acpi_ex_dump_operand(union acpi_operand_object *obj_desc, u32 depth);
void
acpi_ex_dump_operands(union acpi_operand_object **operands,
acpi_interpreter_mode interpreter_mode,
const char *ident,
u32 num_levels,
const char *note,
const char *module_name, u32 line_number);
const char *opcode_name, u32 num_opcodes);
#ifdef ACPI_FUTURE_USAGE
void