From: Paolo 'Blaisorblade' Giarrusso Date: Sun, 1 May 2005 15:58:55 +0000 (-0700) Subject: [PATCH] uml: fix syscall table by including $(SUBARCH)'s one, for x86-64 X-Git-Tag: v2.6.12-rc4~136^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80f9507886076de0cadfdf2b87701e68156829c2;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed