mirror of https://gitee.com/openkylin/linux.git
[PATCH] uml: remove dead declaration
Became irrelevant when x86_64 unexported ia32_sys_call_table. Signed-off-by: Adrian Bunk <bunk@stusta.de> Cc: Andi Kleen <ak@muc.de> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
200a3d352c
commit
17660bdd5c
|
@ -12,8 +12,6 @@
|
|||
|
||||
typedef long syscall_handler_t(void);
|
||||
|
||||
extern syscall_handler_t *ia32_sys_call_table[];
|
||||
|
||||
extern syscall_handler_t *sys_call_table[];
|
||||
|
||||
#define EXECUTE_SYSCALL(syscall, regs) \
|
||||
|
|
Loading…
Reference in New Issue