Remove long dead max_processes variable and PMAP_STATIC_L1S from config
files. These options haven't been needed since the arm pmap was switched to using domains.
This commit is contained in:
parent
9ac437d950
commit
380f472df6
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cats_machdep.c,v 1.53 2005/06/03 23:19:48 chris Exp $ */
|
||||
/* $NetBSD: cats_machdep.c,v 1.54 2005/06/03 23:28:40 chris Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997,1998 Mark Brinicombe.
|
||||
@ -40,7 +40,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: cats_machdep.c,v 1.53 2005/06/03 23:19:48 chris Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: cats_machdep.c,v 1.54 2005/06/03 23:28:40 chris Exp $");
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_pmap_debug.h"
|
||||
@ -134,11 +134,6 @@ u_int free_pages;
|
||||
vm_offset_t pagetables_start;
|
||||
int physmem = 0;
|
||||
|
||||
/*int debug_flags;*/
|
||||
#ifndef PMAP_STATIC_L1S
|
||||
int max_processes = 64; /* Default number */
|
||||
#endif /* !PMAP_STATIC_L1S */
|
||||
|
||||
/* Physical and virtual addresses for some global pages */
|
||||
pv_addr_t systempage;
|
||||
pv_addr_t irqstack;
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.80 2005/05/31 22:23:52 tron Exp $
|
||||
# $NetBSD: GENERIC,v 1.81 2005/06/03 23:28:40 chris Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -163,7 +163,6 @@ options PCIVERBOSE # Verbose PCI descriptions
|
||||
options MIIVERBOSE # verbose PHY autoconfig messages
|
||||
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
|
||||
options USBVERBOSE # verbose USB device autoconfig messages
|
||||
options PMAP_STATIC_L1S=128
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.48 2005/05/31 22:23:52 tron Exp $
|
||||
# $NetBSD: INSTALL,v 1.49 2005/06/03 23:28:40 chris Exp $
|
||||
#
|
||||
# CATSINST -- CHALTECH CATS Install kernel
|
||||
#
|
||||
@ -121,7 +121,6 @@ options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
||||
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
|
||||
#options USBVERBOSE # verbose USB device autoconfig messages
|
||||
#options DDB_KEYCODE=0x40
|
||||
options PMAP_STATIC_L1S=128
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
||||
|
Loading…
Reference in New Issue
Block a user