]> rtime.felk.cvut.cz Git - mcf548x/linux.git/blobdiff - arch/m68k/include/asm/uaccess_mm.h
Various compilation fixes.
[mcf548x/linux.git] / arch / m68k / include / asm / uaccess_mm.h
index 20692e3f4fb26a412a824866fdc42e574e584e30..7107f3fbdbb66885bd000ec206648b5013bbcaf9 100644 (file)
 #define VERIFY_READ    0
 #define VERIFY_WRITE   1
 
-/* Coldifre doesn't have moves instruction; use move. */
-#ifdef CONFIG_COLDFIRE
-#define moves move
-#endif
-
 /* We let the MMU do all checking */
 static inline int access_ok(int type, const void __user *addr,
                            unsigned long size)