mirror of
https://github.com/torvalds/linux.git
synced 2026-07-01 18:43:07 +02:00
32bit vs 64 bit issues. sizeof(sizeof) and sizeof(pointer) is variable, but we're trying to print it as unsigned int or u32. Casts to unsigned long are used because type acpi_thread_id can be any one of typedef u64 acpi_native_uint; typedef u32 acpi_native_uint; typedef u16 acpi_native_uint; #define acpi_thread_id struct task_struct * Signed-off-by: Martin J. Bligh <mbligh@google.com> Acked-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Len Brown <len.brown@intel.com> |
||
|---|---|---|
| .. | ||
| Makefile | ||
| utalloc.c | ||
| utcache.c | ||
| utcopy.c | ||
| utdebug.c | ||
| utdelete.c | ||
| uteval.c | ||
| utglobal.c | ||
| utinit.c | ||
| utmath.c | ||
| utmisc.c | ||
| utmutex.c | ||
| utobject.c | ||
| utresrc.c | ||
| utstate.c | ||
| utxface.c | ||