9f5a22b3ee
as hacked by mycroft. - Use syscall_intern() to give a process a plain or fancy syscall based on ktrace flags. - Avoid copying from the trapframe into a local array as much as possible. Yields roughly 5% improvement on a 25MHz R3000 (DECstation 5000/200) on a simple syscall benchmark. There's still some work that can be done using __HAVE_MINIMAL_EMUL.
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
# $NetBSD: files.mips,v 1.30 2001/01/16 06:01:26 thorpej Exp $
|
|
#
|
|
|
|
defopt opt_cputype.h NOTYET # MIPS1 MIPS2 MIPS3 MIPS4 MIPS5
|
|
# MIPS32 MIPS64
|
|
# MIPS3_4100
|
|
# MIPS3_5200
|
|
# ENABLE_MIPS_TX3900
|
|
# ENABLE_MIPS_R4700
|
|
# ENABLE_MIPS_R3NKK
|
|
# NOFPU
|
|
defopt opt_mips_cache.h MIPS3_L2CACHE_ABSENT
|
|
MIPS3_L2CACHE_PRESENT
|
|
MIPS3_NO_PV_UNCACHED
|
|
file arch/mips/mips/db_disasm.c ddb
|
|
file arch/mips/mips/db_interface.c ddb | kgdb
|
|
file arch/mips/mips/db_trace.c ddb
|
|
file arch/mips/mips/cpu_exec.c
|
|
file arch/mips/mips/kgdb_machdep.c kgdb
|
|
file arch/mips/mips/mem.c
|
|
file arch/mips/mips/mips_mcclock.c mcclock # CPU speed via mcclock
|
|
file arch/mips/mips/pmap.c
|
|
file arch/mips/mips/syscall.c # syscalls
|
|
file arch/mips/mips/trap.c # interrupt, trap handlers
|
|
file arch/mips/mips/vm_machdep.c
|
|
file arch/mips/mips/mips_machdep.c # shared mips machdep.c
|
|
file arch/mips/mips/sys_machdep.c # shared mips sys_machdep
|
|
file arch/mips/mips/process_machdep.c # shared process_machdep
|
|
|
|
file arch/mips/mips/in_cksum.c inet
|
|
file netinet/in4_cksum.c inet
|
|
file netns/ns_cksum.c ns
|
|
|
|
file arch/mips/mips/fpemu.c softfloat
|
|
|
|
# Binary compatibility with previous NetBSD releases (COMPAT_XX)
|
|
file arch/mips/mips/compat_13_machdep.c compat_13 | compat_ultrix
|
|
|
|
# Ultrix Binary Compatibility (COMPAT_ULTRIX)
|
|
include "compat/ultrix/files.ultrix"
|