From 6f7fbb5d2a180e6232e557571c93f3bc59498508 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Thu, 4 Oct 2007 19:52:32 +0900 Subject: [PATCH] --- yaml --- r: 68300 b: refs/heads/master c: 6cc15e9fdce49e6b3d00eba4dfcdfbe1496f2114 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/sh/kernel/syscalls.S | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/[refs] b/[refs] index 7d6f4abe19a5..97b6786ada53 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 01bd5e9ef2ead97059a1930de43942bdfc9e8755 +refs/heads/master: 6cc15e9fdce49e6b3d00eba4dfcdfbe1496f2114 diff --git a/trunk/arch/sh/kernel/syscalls.S b/trunk/arch/sh/kernel/syscalls.S index 91fb7024e06f..10bec45415ba 100644 --- a/trunk/arch/sh/kernel/syscalls.S +++ b/trunk/arch/sh/kernel/syscalls.S @@ -14,24 +14,6 @@ #include #include -#if !defined(CONFIG_NFSD) && !defined(CONFIG_NFSD_MODULE) -#define sys_nfsservctl sys_ni_syscall -#endif - -#if !defined(CONFIG_MMU) -#define sys_madvise sys_ni_syscall -#define sys_readahead sys_ni_syscall -#define sys_mprotect sys_ni_syscall -#define sys_msync sys_ni_syscall -#define sys_mlock sys_ni_syscall -#define sys_munlock sys_ni_syscall -#define sys_mlockall sys_ni_syscall -#define sys_munlockall sys_ni_syscall -#define sys_mremap sys_ni_syscall -#define sys_mincore sys_ni_syscall -#define sys_remap_file_pages sys_ni_syscall -#endif - .data ENTRY(sys_call_table) .long sys_restart_syscall /* 0 - old "setup()" system call*/