vserver 1.9.5.x5
[linux-2.6.git] / include / asm-mips / mach-ip32 / mangle-port.h
index 6842af4..6e25b52 100644 (file)
@@ -4,6 +4,7 @@
  * for more details.
  *
  * Copyright (C) 2003 Ladislav Michl
+ * Copyright (C) 2004 Ralf Baechle
  */
 #ifndef __ASM_MACH_IP32_MANGLE_PORT_H
 #define __ASM_MACH_IP32_MANGLE_PORT_H
@@ -11,5 +12,6 @@
 #define __swizzle_addr_b(port) ((port) ^ 3)
 #define __swizzle_addr_w(port) ((port) ^ 2)
 #define __swizzle_addr_l(port) (port)
+#define __swizzle_addr_q(port) (port)
 
 #endif /* __ASM_MACH_IP32_MANGLE_PORT_H */