dect
/
linux-2.6
Archived
13
0
Fork 0

[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:
Adrian Bunk 2006-06-25 05:47:06 -07:00 committed by Linus Torvalds
parent 200a3d352c
commit 17660bdd5c
1 changed files with 0 additions and 2 deletions

View File

@ -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) \