projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
200a3d3
)
[PATCH] uml: remove dead declaration
author
Adrian Bunk
<
[email protected]
>
Sun, 25 Jun 2006 12:47:06 +0000
(
05:47
-0700)
committer
Linus Torvalds
<
[email protected]
>
Sun, 25 Jun 2006 17:00:58 +0000
(10:00 -0700)
Became irrelevant when x86_64 unexported ia32_sys_call_table.
Signed-off-by: Adrian Bunk <
[email protected]
>
Cc: Andi Kleen <
[email protected]
>
Cc: Jeff Dike <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/um/include/sysdep-x86_64/syscalls.h
patch
|
blob
|
history
diff --git
a/arch/um/include/sysdep-x86_64/syscalls.h
b/arch/um/include/sysdep-x86_64/syscalls.h
index e06f83e80f4a9e8aa57d5cf5ff26cd455e367d89..5e86aa047b2ba0ac8cf2cf6f10487a47a2d81d00 100644
(file)
--- a/
arch/um/include/sysdep-x86_64/syscalls.h
+++ b/
arch/um/include/sysdep-x86_64/syscalls.h
@@
-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) \