kernel-hacking-2024-linux-s.../include/acpi
Len Brown 0cd4554df0 ACPI: IA64: fix %ll build warnings
acpi_integer is 64-bits on all platforms, and so was defined as a u64.

i386 and x86_64 define u64 as unsigned long long.
ia64 defines u64 as long.

While these are all 64-bits, the kernel build warns about formating
a "long" with %ll:

drivers/ata/libata-acpi.c:176: warning: long long unsigned int format, acpi_integer arg (arg 5)

So skip using "u64" and define acpi_integer as "unsigned long long"
to make gcc happy with %ll.

Signed-off-by: Len Brown <len.brown@intel.com>
2007-03-19 23:51:36 -04:00
..
platform ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
acconfig.h ACPICA: Update version to 20070126 2007-02-02 21:14:32 -05:00
acdebug.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
acdisasm.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
acdispat.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
acevents.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
acexcep.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
acglobal.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
achware.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
acinterp.h ACPICA: fix AML mutex re-entrancy 2007-02-15 16:13:16 -05:00
aclocal.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
acmacros.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
acnames.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
acnamesp.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
acobject.h ACPICA: fix AML mutex re-entrancy 2007-02-15 16:13:16 -05:00
acopcode.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
acoutput.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
acparser.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
acpi.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
acpi_bus.h Pull sysfs into test branch 2007-02-03 01:14:35 -05:00
acpi_drivers.h Pull bugzilla-7887 into release branch 2007-02-16 22:11:57 -05:00
acpi_numa.h [PATCH] Unify pxm_to_node() and node_to_pxm() 2006-06-23 07:42:48 -07:00
acpiosxf.h ACPI: remove acpi_os_readable(), acpi_os_writable() 2007-02-15 22:19:17 -05:00
acpixf.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
acresrc.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
acstruct.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
actables.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
actbl.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
actbl1.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
actypes.h ACPI: IA64: fix %ll build warnings 2007-03-19 23:51:36 -04:00
acutils.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
amlcode.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
amlresrc.h ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
container.h
pdc_intel.h ACPI: Processor native C-states using MWAIT 2006-10-14 00:35:39 -04:00
processor.h [PATCH] ACPI keep track of timer broadcasting 2007-02-16 08:13:58 -08:00