aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/systbls.S
diff options
context:
space:
mode:
authorFiroz Khan <firoz.khan@linaro.org>2018-11-13 15:01:50 +0530
committerMatt Turner <mattst88@gmail.com>2018-12-21 11:57:56 -0500
commitd8bf616be5f05b955d3ee32ad92d4cdb87e30349 (patch)
tree3820eadb2b87b40b82f6f3c497910ea196aaaf81 /arch/alpha/kernel/systbls.S
parentalpha: move __IGNORE* entries to non uapi header (diff)
downloadlinux-dev-d8bf616be5f05b955d3ee32ad92d4cdb87e30349.tar.xz
linux-dev-d8bf616be5f05b955d3ee32ad92d4cdb87e30349.zip
alpha: remove CONFIG_OSF4_COMPAT flag from syscall table
Remove CONFIG_OSF4_COMPAT config flag from system call table - systbls.S and to keep the same feature, add the flag in osf_sys.c. One of the patch in this patch series will generate the system call table file. In order to come up with a common implementation across all architecture, we need this change. Signed-off-by: Firoz Khan <firoz.khan@linaro.org> Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to '')
-rw-r--r--arch/alpha/kernel/systbls.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/alpha/kernel/systbls.S b/arch/alpha/kernel/systbls.S
index 5b2e8ecb7ce3..59ca11d16aaf 100644
--- a/arch/alpha/kernel/systbls.S
+++ b/arch/alpha/kernel/systbls.S
@@ -132,13 +132,8 @@ sys_call_table:
.quad sys_osf_getrusage
.quad sys_getsockopt
.quad sys_ni_syscall
-#ifdef CONFIG_OSF4_COMPAT
.quad sys_osf_readv /* 120 */
.quad sys_osf_writev
-#else
- .quad sys_readv /* 120 */
- .quad sys_writev
-#endif
.quad sys_osf_settimeofday
.quad sys_fchown
.quad sys_fchmod