From: Lin Ming Date: Wed, 15 Sep 2010 05:55:13 +0000 (+0800) Subject: ACPICA: Make acpi_thread_id no longer configurable, always u64 X-Git-Tag: v2.6.37-rc1~100^2~12^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28eb3fcf8762a3b52f4fef5af29dce50d23c7151;p=pandora-kernel.git ACPICA: Make acpi_thread_id no longer configurable, always u64 Change definition of acpi_thread_id to always be a u64. This simplifies the code, especially any printf output. u64 is the only common data type for all thread_id types across all operating systems. We now force the OSL to cast the native thread_id type to u64 before returning the value to ACPICA (via acpi_os_get_thread_id). Signed-off-by: Lin Ming Signed-off-by: Len Brown --- Reading git-diff-tree failed