diff options
author | Bob Moore <robert.moore@intel.com> | 2009-04-22 07:39:10 +0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-05-27 08:30:48 +0400 |
commit | 10b6575b5d84d21e2eab01df2284288e5fdf7887 (patch) | |
tree | d90bcd364e4cc81d3cc391dcce9eb7992063782d /include/acpi | |
parent | 41bdd8e9809665d6a13e49137661a8f2e5a7dc51 (diff) | |
download | linux-10b6575b5d84d21e2eab01df2284288e5fdf7887.tar.xz |
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>
Diffstat (limited to 'include/acpi')
0 files changed, 0 insertions, 0 deletions