Robert Moore 39fa6f4a16 Fix possible warnings for ACPI_THREAD_ID on 64-bit build.
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.
2009-04-09 08:18:21 -07:00
..