Make the new pmap standard on the shark.

This commit is contained in:
thorpej 2003-05-03 00:47:04 +00:00
parent a86ebf303f
commit dd8a20afe7
4 changed files with 9 additions and 14 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.16 2003/04/26 14:10:07 ragge Exp $
# $NetBSD: GENERIC,v 1.17 2003/05/03 00:47:04 thorpej Exp $
#
# Generic Shark configuration.
#
@ -7,7 +7,7 @@ include "arch/shark/conf/std.shark"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.16 $"
#ident "GENERIC-$Revision: 1.17 $"
# estimated number of users
maxusers 32
@ -133,11 +133,6 @@ options KMEMSTATS # kernel memory statistics, XXX temp required
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
# PMAP options:
# Note: These are not defined in std.shark at this time to allow people
# with Sharks to experiment with the new pmap.
options ARM32_PMAP_NEW
# Development and Debugging options
#options ARM700BUGTRACK # track the ARM700 swi bug

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.10 2003/04/18 11:11:51 scw Exp $
# $NetBSD: INSTALL,v 1.11 2003/05/03 00:47:04 thorpej Exp $
#
# Shark installation kernel
#
@ -124,8 +124,6 @@ options INSECURE # disable kernel securelevel
options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
options ARM32_PMAP_NEW # Use new pmap
options ARM32_PMAP_NEEDS_PTE_SYNC
# Development and Debugging options

View File

@ -1,4 +1,4 @@
# $NetBSD: OFWGENCFG,v 1.8 2003/04/18 11:11:51 scw Exp $
# $NetBSD: OFWGENCFG,v 1.9 2003/05/03 00:47:04 thorpej Exp $
#
# OFWGENCFG: 'generic' configuration for Open Firmware boards.
#
@ -100,8 +100,6 @@ options IRQSTATS # manage IRQ statistics
options KMEMSTATS # kernel memory statistics
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options ARM32_PMAP_NEW # Use new pmap
options ARM32_PMAP_NEEDS_PTE_SYNC
# Development and Debugging options

View File

@ -1,4 +1,4 @@
# $NetBSD: std.shark,v 1.1 2002/02/10 01:57:04 thorpej Exp $
# $NetBSD: std.shark,v 1.2 2003/05/03 00:47:04 thorpej Exp $
#
# standard NetBSD/shark options
@ -11,5 +11,9 @@ options EXEC_SCRIPT
# To support easy transit to ../arch/arm/arm32
options ARM32
# New pmap options are standard on this board
options ARM32_PMAP_NEW
#options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time
# XXX
options OFW