[MIPS] Wire up vmsplice(2) and move_pages(2).
[linux-2.6-microblaze.git] / include / asm-mips / compat.h
index 986511d..900f472 100644 (file)
@@ -145,8 +145,5 @@ static inline void __user *compat_alloc_user_space(long len)
 
        return (void __user *) (regs->regs[29] - len);
 }
-#if defined (__MIPSEL__)
-#define __COMPAT_ENDIAN_SWAP__         1
-#endif
 
 #endif /* _ASM_COMPAT_H */