mirror of
https://github.com/torvalds/linux.git
synced 2026-06-29 09:35:47 +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> |
||
|---|---|---|
| .. | ||
| exconfig.c | ||
| exconvrt.c | ||
| excreate.c | ||
| exdump.c | ||
| exfield.c | ||
| exfldio.c | ||
| exmisc.c | ||
| exmutex.c | ||
| exnames.c | ||
| exoparg1.c | ||
| exoparg2.c | ||
| exoparg3.c | ||
| exoparg6.c | ||
| exprep.c | ||
| exregion.c | ||
| exresnte.c | ||
| exresolv.c | ||
| exresop.c | ||
| exstore.c | ||
| exstoren.c | ||
| exstorob.c | ||
| exsystem.c | ||
| exutils.c | ||
| Makefile | ||