Subject: CVS commit: syssrc/sys/arch/powerpc
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 10/30/2002 08:37:39
Module Name:	syssrc
Committed By:	manu
Date:		Wed Oct 30 06:37:39 UTC 2002

Modified Files:
	syssrc/sys/arch/powerpc/conf: files.powerpc
	syssrc/sys/arch/powerpc/powerpc: syscall.c trap.c
Added Files:
	syssrc/sys/arch/powerpc/powerpc: linux_syscall.c

Log Message:
Prepare syscall.c for COMPAT_MACH support. linux_syscall_intern is
moved to a Linux specific file, child_return is moved to trap.c,
and we introduce a EMULNAME macro co that syscall.c can be included to
define the system call handler for another emulation.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 syssrc/sys/arch/powerpc/conf/files.powerpc
cvs rdiff -r0 -r1.1 syssrc/sys/arch/powerpc/powerpc/linux_syscall.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/powerpc/powerpc/syscall.c
cvs rdiff -r1.69 -r1.70 syssrc/sys/arch/powerpc/powerpc/trap.c

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