From: Paolo 'Blaisorblade' Giarrusso Date: Sun, 1 May 2005 15:58:55 +0000 (-0700) Subject: [PATCH] uml: quick fix syscall table for x86_64 X-Git-Tag: v2.6.12-rc4~136^2~118 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddcd6b175793839e51fdd55debb670a9f512c448;p=pandora-kernel.git [PATCH] uml: quick fix syscall table for x86_64 Fix the moved syscall table for the x86_64 SUBARCH: - redirect __NR_chown and such to versions aware of 32-bit UIDs, - avoid the useless hack for sys_nfsservctl, - use sys_sendfile64 in the table rather than sys_sendfile. - __NR_uselib is sys_ni_syscall on x86_64 (which does not support A.OUT). - __NR_getrlimit is sys_getrlimit, not sys_old_getrlimit Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed