From: Bob Moore Date: Wed, 22 Apr 2009 03:39:10 +0000 (+0800) Subject: ACPICA: Fix possible warnings for ACPI_THREAD_ID on 64-bit build X-Git-Tag: v2.6.31-rc1~319^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10b6575b5d84d21e2eab01df2284288e5fdf7887;p=pandora-kernel.git 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 Signed-off-by: Lin Ming Signed-off-by: Len Brown --- Reading git-diff-tree failed