1. 10 5月, 2007 2 次提交
  2. 09 5月, 2007 1 次提交
  3. 03 5月, 2007 1 次提交
  4. 25 4月, 2007 1 次提交
  5. 20 3月, 2007 1 次提交
    • L
      ACPI: IA64: fix %ll build warnings · 0cd4554d
      Len Brown 提交于
      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: NLen Brown <len.brown@intel.com>
      0cd4554d
  6. 15 3月, 2007 1 次提交
  7. 17 2月, 2007 2 次提交
  8. 16 2月, 2007 2 次提交
  9. 10 2月, 2007 1 次提交
  10. 09 2月, 2007 1 次提交
  11. 03 2月, 2007 27 次提交