aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2006-06-29 09:03:54 -0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2006-06-29 09:03:54 -0400
commit8f27766a883149926e7c1f69d9f1d8f68efcd65f (patch)
tree559d9c62c83e27ef75535838defe31e243283cb1 /arch
parent65b73c69c527a295ff3730b0b14e73359a8b4a16 (diff)
[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')
-rw-r--r--arch/s390/kernel/entry.S1
-rw-r--r--arch/s390/kernel/entry64.S2
2 files changed, 0 insertions, 3 deletions
diff --git a/arch/s390/kernel/entry.S b/arch/s390/kernel/entry.S
index 74d80c3bba80..aa8b52c2140f 100644
--- a/arch/s390/kernel/entry.S
+++ b/arch/s390/kernel/entry.S
@@ -1019,7 +1019,6 @@ cleanup_io_leave_insn:
1019 .long cleanup_critical 1019 .long cleanup_critical
1020 1020
1021#define SYSCALL(esa,esame,emu) .long esa 1021#define SYSCALL(esa,esame,emu) .long esa
1022 .globl sys_call_table
1023sys_call_table: 1022sys_call_table:
1024#include "syscalls.S" 1023#include "syscalls.S"
1025#undef SYSCALL 1024#undef SYSCALL
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:
993 .quad __critical_end 993 .quad __critical_end
994 994
995#define SYSCALL(esa,esame,emu) .long esame 995#define SYSCALL(esa,esame,emu) .long esame
996 .globl sys_call_table
997sys_call_table: 996sys_call_table:
998#include "syscalls.S" 997#include "syscalls.S"
999#undef SYSCALL 998#undef SYSCALL
@@ -1001,7 +1000,6 @@ sys_call_table:
1001#ifdef CONFIG_COMPAT 1000#ifdef CONFIG_COMPAT
1002 1001
1003#define SYSCALL(esa,esame,emu) .long emu 1002#define SYSCALL(esa,esame,emu) .long emu
1004 .globl sys_call_table_emu
1005sys_call_table_emu: 1003sys_call_table_emu:
1006#include "syscalls.S" 1004#include "syscalls.S"
1007#undef SYSCALL 1005#undef SYSCALL