linux/arch/um/sys-x86_64
Paolo 'Blaisorblade' Giarrusso 80f9507886 [PATCH] uml: fix syscall table by including $(SUBARCH)'s one, for x86-64
Reuse asm-x86-64/unistd.h to build our syscall table, like x86-64 already
does.

Like for i386, we must add some #defines for all the (right!) changes UML does
to x86-64 syscall table.

Note: I noted a bogus:
	[ __NR_sched_yield ] = (syscall_handler_t *) yield,

while doing this patch (which could only be a workaround for some strange bug,
but I would ignore this possibility).  I'm changing this without notice.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-05-01 08:58:55 -07:00
..
util Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile [PATCH] uml: fix syscall table by including $(SUBARCH)'s one, for x86-64 2005-05-01 08:58:55 -07:00
bugs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
delay.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fault.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mem.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ptrace.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ptrace_user.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sigcontext.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
signal.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
syscall_table.c [PATCH] uml: fix syscall table by including $(SUBARCH)'s one, for x86-64 2005-05-01 08:58:55 -07:00
syscalls.c [PATCH] uml: fix syscall table by including $(SUBARCH)'s one, for x86-64 2005-05-01 08:58:55 -07:00
sysrq.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00