Configure mips_mclock if "clock|mccclock".

All(?) ARC boxes use mcclock, but QBus decstations use the same
time-of-year clock architecturally mandated for VAXes.
This commit is contained in:
jonathan 1998-04-19 08:24:19 +00:00
parent 59125ec0c9
commit 216daa4e5e
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: files.mips,v 1.14 1998/01/05 20:51:43 perry Exp $
# $NetBSD: files.mips,v 1.15 1998/04/19 08:24:19 jonathan Exp $
#
file arch/mips/mips/db_disasm.c ddb
file arch/mips/mips/db_interface.c ddb
file arch/mips/mips/db_trace.c ddb
file arch/mips/mips/cpu_exec.c
file arch/mips/mips/mem.c
file arch/mips/mips/mips_mcclock.c clock # get CPU speed via mcclock
file arch/mips/mips/mips_mcclock.c clock|mcclock # CPU speed via mcclock
file arch/mips/mips/pmap.c
file arch/mips/mips/trap.c # interrupt, trap handlers
file arch/mips/mips/vm_machdep.c