1. 04 Feb, 2008 1 commit
    • Randy Dunlap's avatar
      [IA64] aliasing-test: fix gcc warnings on non-ia64 · cdef24c9
      Randy Dunlap authored
      
      Eliminate all build warnings.  OK, these build warnings are from
      a build on x86_64.  When I build on ia64, I don't see warnings.
      
      Now builds cleanly on ia64 and x86_64.
      
      Documentation/ia64/aliasing-test.c: In function 'map_mem':
      Documentation/ia64/aliasing-test.c:39: warning: implicit declaration of function 'ioctl'
      Documentation/ia64/aliasing-test.c: In function 'scan_rom':
      Documentation/ia64/aliasing-test.c:183: warning: format '%ld' expects type 'long int', but argument 4 has type 'int'
      Documentation/ia64/aliasing-test.c: At top level:
      Documentation/ia64/aliasing-test.c:208: warning: function declaration isn't a prototype
      Documentation/ia64/aliasing-test.c: In function 'main':
      Documentation/ia64/aliasing-test.c:259: warning: control reaches end of non-void function
      Documentation/ia64/aliasing-test.c: In function 'scan_rom':
      Documentation/ia64/aliasing-test.c:152: warning: 'rc' may be used uninitialized in this function
      Documentation/ia64/aliasing-test.c: In function 'scan_tree':
      Documentation/ia64/aliasing-test.c:68: warning: 'rc' may be used uninitialized in this function
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Acked-by: default avatarBjorn Helgaas <bjorn.helgaas@hp.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
      cdef24c9
  2. 11 Jul, 2007 1 commit
    • Alex Chiang's avatar
      [IA64] prevent MCA when performing MMIO mmap to PCI config space · 012b7105
      Alex Chiang authored
      
      Example memory map (HP rx7640 with 'default' acpiconfig setting, VGA disabled):
         0x00000000 - 0x3FFFBFFF  supports only WB (cacheable) access
      
      If a user attempts to perform an MMIO mmap (using the PCIIOC_MMAP_IS_MEM ioctl)
      to PCI config space (like mmap'ing and accessing memory at 0xA0000),
      we will MCA because the kernel will attempt to use a mapping with the UC
      attribute.
      
      So check the memory attribute in kern_mmap and the EFI memmap. If WC is
      requested, and WC or UC access is supported for the region, allow it.
      Otherwise, use the same attribute the kernel uses.
      
      Updates documentation and test cases as well.
      Signed-off-by: default avatarAlex Chiang <achiang@hp.com>
      Signed-off-by: default avatarBjorn Helgaas <bjorn.helgaas@hp.com>
      Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
      012b7105
  3. 01 Jun, 2007 1 commit
    • Yoann Padioleau's avatar
      parse errors in ifdefs · f8343685
      Yoann Padioleau authored
      
      Fix various bits of obviously-busted code which we're not happening to
      compile, due to ifdefs.
      
      Cc: "Luck, Tony" <tony.luck@intel.com>
      Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
      Cc: Richard Henderson <rth@twiddle.net>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: Jeff Garzik <jeff@garzik.org>
      Cc: Jan Kara <jack@ucw.cz>
      Cc: James Bottomley <James.Bottomley@steeleye.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      f8343685
  4. 30 Mar, 2007 1 commit