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.