Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/cats Remove long dead max_processes variable and PM...
details: https://anonhg.NetBSD.org/src/rev/f4e6b350f323
branches: trunk
changeset: 581712:f4e6b350f323
user: chris <chris%NetBSD.org@localhost>
date: Fri Jun 03 23:28:40 2005 +0000
description:
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.
diffstat:
sys/arch/cats/cats/cats_machdep.c | 9 ++-------
sys/arch/cats/conf/GENERIC | 3 +--
sys/arch/cats/conf/INSTALL | 3 +--
3 files changed, 4 insertions(+), 11 deletions(-)
diffs (64 lines):
diff -r 03019264b90a -r f4e6b350f323 sys/arch/cats/cats/cats_machdep.c
--- a/sys/arch/cats/cats/cats_machdep.c Fri Jun 03 23:27:22 2005 +0000
+++ b/sys/arch/cats/cats/cats_machdep.c Fri Jun 03 23:28:40 2005 +0000
@@ -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 @@
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;
diff -r 03019264b90a -r f4e6b350f323 sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC Fri Jun 03 23:27:22 2005 +0000
+++ b/sys/arch/cats/conf/GENERIC Fri Jun 03 23:28:40 2005 +0000
@@ -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 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
diff -r 03019264b90a -r f4e6b350f323 sys/arch/cats/conf/INSTALL
--- a/sys/arch/cats/conf/INSTALL Fri Jun 03 23:27:22 2005 +0000
+++ b/sys/arch/cats/conf/INSTALL Fri Jun 03 23:28:40 2005 +0000
@@ -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 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
Home |
Main Index |
Thread Index |
Old Index