Browse Source

Merge branch 'ixp4xx-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6

Russell King 16 years ago
parent
commit
3b3119fc54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/mach-ixp4xx/include/mach/io.h

+ 1 - 1
arch/arm/mach-ixp4xx/include/mach/io.h

@@ -17,7 +17,7 @@
 
 #include <mach/hardware.h>
 
-#define IO_SPACE_LIMIT 0xffff0000
+#define IO_SPACE_LIMIT 0x0000ffff
 
 extern int (*ixp4xx_pci_read)(u32 addr, u32 cmd, u32* data);
 extern int ixp4xx_pci_write(u32 addr, u32 cmd, u32 data);