ACPICA: Fix possible warnings for ACPI_THREAD_ID on 64-bit build
authorBob Moore <robert.moore@intel.com>
Wed, 22 Apr 2009 03:39:10 +0000 (11:39 +0800)
committerLen Brown <len.brown@intel.com>
Wed, 27 May 2009 04:30:48 +0000 (00:30 -0400)
Warnings can be generated for printf-like statements that output
the ACPI_THREAD_ID on 64-bit builds, since this type can expand
to 64-bits depending on how it is defined. Use the %p format
specifier to allow the output to automatically expand to 64 bits.

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>

No differences found