diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2006-06-29 13:03:54 (GMT) |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2006-06-29 13:03:54 (GMT) |
commit | 8f27766a883149926e7c1f69d9f1d8f68efcd65f (patch) | |
tree | 559d9c62c83e27ef75535838defe31e243283cb1 /arch/s390/kernel/entry.S | |
parent | 65b73c69c527a295ff3730b0b14e73359a8b4a16 (diff) | |
download | linux-8f27766a883149926e7c1f69d9f1d8f68efcd65f.tar.xz |
[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/entry.S')
-rw-r--r-- | arch/s390/kernel/entry.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/kernel/entry.S b/arch/s390/kernel/entry.S index 74d80c3..aa8b52c 100644 --- a/arch/s390/kernel/entry.S +++ b/arch/s390/kernel/entry.S @@ -1019,7 +1019,6 @@ cleanup_io_leave_insn: .long cleanup_critical #define SYSCALL(esa,esame,emu) .long esa - .globl sys_call_table sys_call_table: #include "syscalls.S" #undef SYSCALL |