Use generic MIPS pmap vm_machdep.c

This commit is contained in:
jonathan 1997-06-16 00:35:10 +00:00
parent 3fc5bf341d
commit 8e5f767c50
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,8 @@
file arch/mips/mips/cpu_exec.c
file arch/mips/mips/mem.c
file arch/mips/mips/pmap.c
file arch/mips/mips/trap.c # interrupt, trap hanlders
file arch/mips/mips/vm_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/sys_machdep.c # shared mips sys_machdep

View File

@ -1,4 +1,4 @@
# $NetBSD: files.pmax,v 1.42 1997/06/09 02:14:57 jonathan Exp $
# $NetBSD: files.pmax,v 1.43 1997/06/16 00:35:10 jonathan Exp $
# DECstation-specific configuration info
# maxpartitions must be first item in files.${ARCH}.
@ -177,9 +177,7 @@ file arch/pmax/pmax/conf.c
#file arch/pmax/pmax/kadb.c optional kadb
#file arch/pmax/pmax/machdep.c standard config-dependent
file arch/pmax/pmax/machdep.c
file arch/pmax/pmax/pmap.c
file arch/pmax/pmax/pmax_trap.c
file arch/pmax/pmax/vm_machdep.c
file arch/pmax/pmax/disksubr.c
file arch/pmax/stand/libsa/callvec.c
file arch/pmax/pmax/mainbus.c