commit | 10b6575b5d84d21e2eab01df2284288e5fdf7887 | [log] [tgz] |
---|---|---|
author | Bob Moore <robert.moore@intel.com> | Wed Apr 22 11:39:10 2009 +0800 |
committer | Len Brown <len.brown@intel.com> | Wed May 27 00:30:48 2009 -0400 |
tree | d90bcd364e4cc81d3cc391dcce9eb7992063782d | |
parent | 41bdd8e9809665d6a13e49137661a8f2e5a7dc51 [diff] |
ACPICA: 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. 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>