This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-arm / arch-ixp2000 / io.h
index 8e58f37..7463a32 100644 (file)
@@ -16,7 +16,7 @@
 #define __ASM_ARM_ARCH_IO_H
 
 #define IO_SPACE_LIMIT         0xffffffff
-#define __mem_pci(a)           (a)
+#define __mem_pci(a)           ((unsigned long)(a))
 
 /*
  * Pick up VMALLOC_END
@@ -24,7 +24,7 @@
 #define ___io(p)               ((unsigned long)((p)+IXP2000_PCI_IO_VIRT_BASE))
 
 /*
- * IXP2000 does not do proper byte-lane conversion for PCI addresses,
+ * IXP200 does not do proper byte-lane conversion for PCI addresses,
  * so we need to override standard functions.
  */
 #define alignb(addr)           ((addr & ~3) + (3 - (addr & 3)))