Change pmax port over to using ``mips MI'' trap handler.

This commit is contained in:
jonathan 1996-10-13 05:28:48 +00:00
parent 50201a6c48
commit bb34d39024
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,7 @@
file arch/mips/mips/cpu_exec.c file arch/mips/mips/cpu_exec.c
file arch/mips/mips/elf.c file arch/mips/mips/elf.c
file arch/mips/mips/mem.c file arch/mips/mips/mem.c
file arch/mips/mips/mips_machdep.c file arch/mips/mips/trap.c # interrupt, trap hanlders
file arch/mips/mips/process_machdep.c file arch/mips/mips/minidebug.c kdb # MIPS-III TLB prettyprinter
file arch/mips/mips/mips_machdep.c # shared mips machdep.c
file arch/mips/mips/process_machdep.c # shared process_machdep

View File

@ -1,4 +1,4 @@
# $NetBSD: files.pmax,v 1.35 1996/10/13 05:21:17 jonathan Exp $ # $NetBSD: files.pmax,v 1.36 1996/10/13 05:28:48 jonathan Exp $
# DECstation-specific configuration info # DECstation-specific configuration info
# maxpartitions must be first item in files.${ARCH}. # maxpartitions must be first item in files.${ARCH}.
@ -179,7 +179,6 @@ file arch/pmax/pmax/conf.c
file arch/pmax/pmax/machdep.c file arch/pmax/pmax/machdep.c
file arch/pmax/pmax/pmap.c file arch/pmax/pmax/pmap.c
file arch/pmax/pmax/sys_machdep.c file arch/pmax/pmax/sys_machdep.c
file arch/pmax/pmax/trap.c
file arch/pmax/pmax/pmax_trap.c file arch/pmax/pmax/pmax_trap.c
file arch/pmax/pmax/vm_machdep.c file arch/pmax/pmax/vm_machdep.c
file arch/pmax/pmax/disksubr.c file arch/pmax/pmax/disksubr.c