Skip to content

Commit

Permalink
[PATCH] uml: remove dead declaration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jun 25, 2006
1 parent 200a3d3 commit 17660bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/um/include/sysdep-x86_64/syscalls.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 17660bd

Please sign in to comment.