diff options
Diffstat (limited to 'arch/tile/include/asm/compat.h')
-rw-r--r-- | arch/tile/include/asm/compat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/tile/include/asm/compat.h b/arch/tile/include/asm/compat.h index 4b4b28969a65..69adc08d36a5 100644 --- a/arch/tile/include/asm/compat.h +++ b/arch/tile/include/asm/compat.h | |||
@@ -242,9 +242,6 @@ long compat_sys_fallocate(int fd, int mode, | |||
242 | long compat_sys_sched_rr_get_interval(compat_pid_t pid, | 242 | long compat_sys_sched_rr_get_interval(compat_pid_t pid, |
243 | struct compat_timespec __user *interval); | 243 | struct compat_timespec __user *interval); |
244 | 244 | ||
245 | /* Tilera Linux syscalls that don't have "compat" versions. */ | ||
246 | #define compat_sys_flush_cache sys_flush_cache | ||
247 | |||
248 | /* These are the intvec_64.S trampolines. */ | 245 | /* These are the intvec_64.S trampolines. */ |
249 | long _compat_sys_execve(const char __user *path, | 246 | long _compat_sys_execve(const char __user *path, |
250 | const compat_uptr_t __user *argv, | 247 | const compat_uptr_t __user *argv, |