NetBSD/sys/compat/linux/arch/arm/files.linux_arm
bjh21 8a3c27fbf7 Add support for the ARM-specific syscalls in ARMLinux. These are invoked
by SWI numbers above 0x9f0000, but we re-map them down to somewhere just
after the end of the usual syscall range, since NetBSD doesn't handle
sparse syscall arrays well.

The only syscall I've actually implemented in this range is cacheflush(),
which was previously being mapped to fork(), causing ... interesting results.
2002-01-23 15:52:58 +00:00

12 lines
533 B
Plaintext

# $NetBSD: files.linux_arm,v 1.2 2002/01/23 15:52:59 bjh21 Exp $
#
# Config file description for ARM-dependent Linux compat code.
file compat/linux/arch/arm/linux_machdep.c compat_linux
file compat/linux/arch/arm/linux_ptrace.c compat_linux
file compat/linux/arch/arm/linux_syscalls.c compat_linux
file compat/linux/arch/arm/linux_sysent.c compat_linux
file compat/linux/arch/arm/linux_sys_machdep.c compat_linux
file compat/linux/arch/arm/linux_sigarray.c compat_linux
file compat/linux/arch/arm/linux_commons.c compat_linux