]> git.karo-electronics.de Git - mv-sheeva.git/commit
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)
commit10b6575b5d84d21e2eab01df2284288e5fdf7887
treed90bcd364e4cc81d3cc391dcce9eb7992063782d
parent41bdd8e9809665d6a13e49137661a8f2e5a7dc51
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>
drivers/acpi/acpica/exmutex.c
drivers/acpi/acpica/utdebug.c
drivers/acpi/acpica/utmutex.c