aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/entry64.S
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2006-06-29 15:03:54 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2006-06-29 15:03:54 +0200
commit8f27766a883149926e7c1f69d9f1d8f68efcd65f (patch)
tree559d9c62c83e27ef75535838defe31e243283cb1 /arch/s390/kernel/entry64.S
parent[S390] remove unused macros from binfmt_elf32.c (diff)
downloadlinux-dev-8f27766a883149926e7c1f69d9f1d8f68efcd65f.tar.xz
linux-dev-8f27766a883149926e7c1f69d9f1d8f68efcd65f.zip
[S390] remove export of sys_call_table
Remove export of the sys_call_table symbol to prevent the misuse of it. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/entry64.S')
-rw-r--r--arch/s390/kernel/entry64.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/kernel/entry64.S b/arch/s390/kernel/entry64.S
index 21e601d56139..f3222a1b2861 100644
--- a/arch/s390/kernel/entry64.S
+++ b/arch/s390/kernel/entry64.S
@@ -993,7 +993,6 @@ cleanup_io_leave_insn:
.quad __critical_end
#define SYSCALL(esa,esame,emu) .long esame
- .globl sys_call_table
sys_call_table:
#include "syscalls.S"
#undef SYSCALL
@@ -1001,7 +1000,6 @@ sys_call_table:
#ifdef CONFIG_COMPAT
#define SYSCALL(esa,esame,emu) .long emu
- .globl sys_call_table_emu
sys_call_table_emu:
#include "syscalls.S"
#undef SYSCALL