No longer need to define CACHELINESIZE here, and move NEWPMAP option

to std.mvmeppc since the old pmap module is not supported on mvmeppc.
This commit is contained in:
scw 2002-03-03 10:53:10 +00:00
parent b50fb54af2
commit 44c52d4714
2 changed files with 4 additions and 5 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: MVME1600,v 1.1 2002/02/27 21:02:13 scw Exp $ # $NetBSD: MVME1600,v 1.2 2002/03/03 10:53:10 scw Exp $
# #
include "arch/mvmeppc/conf/std.mvmeppc" include "arch/mvmeppc/conf/std.mvmeppc"
#ident "MVME1600-$Revision: 1.1 $" #ident "MVME1600-$Revision: 1.2 $"
maxusers 8 maxusers 8
@ -13,8 +13,6 @@ options SUPPORT_MVME160X
# Standard system options # Standard system options
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
options CACHELINESIZE=32
options NEWPMAP
options KTRACE # system call tracing via ktrace(1) options KTRACE # system call tracing via ktrace(1)

View File

@ -1,4 +1,4 @@
# $NetBSD: std.mvmeppc,v 1.1 2002/02/27 21:02:13 scw Exp $ # $NetBSD: std.mvmeppc,v 1.2 2002/03/03 10:53:10 scw Exp $
# #
# standard, required NetBSD/mvmeppc 'options' # standard, required NetBSD/mvmeppc 'options'
@ -7,5 +7,6 @@ machine mvmeppc powerpc
options PPC_MPC6XX # Support Motorola PPC60x CPUs options PPC_MPC6XX # Support Motorola PPC60x CPUs
options EXEC_ELF32 # exec ELF binaries options EXEC_ELF32 # exec ELF binaries
options EXEC_SCRIPT # exec #! scripts options EXEC_SCRIPT # exec #! scripts
options NEWPMAP # Use the new mpc6xx pmap module
makeoptions TEXTADDR=0x4000 makeoptions TEXTADDR=0x4000