ACPICA: Make acpi_thread_id no longer configurable, always u64
authorLin Ming <ming.m.lin@intel.com>
Wed, 15 Sep 2010 05:55:13 +0000 (13:55 +0800)
committerLen Brown <len.brown@intel.com>
Fri, 1 Oct 2010 05:47:55 +0000 (01:47 -0400)
commit28eb3fcf8762a3b52f4fef5af29dce50d23c7151
treec3ccfc3008b7bd9a41c3637003f180a50b843fa0
parent8f40f171a29d0d2ae1ca8bd4a0c3fc9f514d1e20
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 <ming.m.lin@intel.com
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/acpica/achware.h
drivers/acpi/acpica/aclocal.h
drivers/acpi/acpica/dsmethod.c
drivers/acpi/acpica/evmisc.c
drivers/acpi/acpica/exmutex.c
drivers/acpi/acpica/utdebug.c
drivers/acpi/acpica/utmutex.c
include/acpi/actypes.h
include/acpi/platform/aclinux.h