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 i386 X-Git-Tag: v2.6.12-rc4~136^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e7b83ffc67e15791d9bf8b2a18e4f5fd0eb69b8;p=pandora-kernel.git [PATCH] uml: fix syscall table by including $(SUBARCH)'s one, for i386 Split the i386 entry.S files into entry.S and syscall_table.S which is included in the previous one (so actually there is no difference between them) and use the syscall_table.S in the UML build, instead of tracking by hand the syscall table changes (which is inherently error-prone). We must only insert the right #defines to inject the changes we need from the i386 syscall table (for instance some different function names); also, we don't implement some i386 syscalls, as ioperm(), nor some TLS-related ones (yet to provide). Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed