Commit 0e3c5ec2 authored by Bob Moore's avatar Bob Moore Committed by Ben Hutchings

ACPICA: Debug output: Update output for Processor object.

commit 0b232fca upstream.

Cleanup output for Processor(). Length is a byte, not a word.
Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarFeng Tang <feng.tang@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 405909c2
......@@ -251,7 +251,7 @@ acpi_ns_dump_one_object(acpi_handle obj_handle,
switch (type) {
case ACPI_TYPE_PROCESSOR:
acpi_os_printf("ID %X Len %.4X Addr %p\n",
acpi_os_printf("ID %02X Len %02X Addr %p\n",
obj_desc->processor.proc_id,
obj_desc->processor.length,
ACPI_CAST_PTR(void,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment