Subject: CVS commit: src/sys/arch/amd64/amd64
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 11/03/2007 12:58:05
Module Name:	src
Committed By:	dsl
Date:		Sat Nov  3 12:58:04 UTC 2007

Modified Files:
	src/sys/arch/amd64/amd64: linux32_syscall.c linux_syscall.c

Log Message:
Linux doesn't have a SYS_syscall system call (it is all done in libc), and
definitely doesn't have SYS___syscall.
Kill all the code - now matching i386/i386/linux_syscall.c
There is also no point using a switch statement (and it's unpredictable
jump indirect) to save a few memory copies.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/arch/amd64/amd64/linux32_syscall.c
cvs rdiff -r1.17 -r1.18 src/sys/arch/amd64/amd64/linux_syscall.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.