diff options
author | Len Brown <len.brown@intel.com> | 2007-03-19 23:51:36 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-03-19 23:51:36 -0400 |
commit | 0cd4554df0c261f7ba74786e471ccaa0e3725fb9 (patch) | |
tree | 18c842f5be931cdb7a8761c23ca41106681dea90 /MAINTAINERS | |
parent | 8140a90ec180192b202af086e7a582e5937c5580 (diff) | |
download | linux-3.10-0cd4554df0c261f7ba74786e471ccaa0e3725fb9.tar.gz linux-3.10-0cd4554df0c261f7ba74786e471ccaa0e3725fb9.tar.bz2 linux-3.10-0cd4554df0c261f7ba74786e471ccaa0e3725fb9.zip |
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>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions