X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-mips%2Fmach-ip32%2Fmangle-port.h;h=6e25b52ed8f2157c547ef1b03eb12678e947eabc;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=6842af46eeff332b13075229946f83444b69196f;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-mips/mach-ip32/mangle-port.h b/include/asm-mips/mach-ip32/mangle-port.h index 6842af46e..6e25b52ed 100644 --- a/include/asm-mips/mach-ip32/mangle-port.h +++ b/include/asm-mips/mach-ip32/mangle-port.h @@ -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 */