Module Name: src
Committed By: simonb
Date: Wed Jun 23 15:11:40 UTC 2021
Modified Files:
src/sys/arch/mips/include: vmparam.h
Log Message:
Remove an unused #define.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/mips/include/vmparam.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/include/vmparam.h
diff -u src/sys/arch/mips/include/vmparam.h:1.65 src/sys/arch/mips/include/vmparam.h:1.66
--- src/sys/arch/mips/include/vmparam.h:1.65 Fri Feb 26 02:18:29 2021
+++ src/sys/arch/mips/include/vmparam.h Wed Jun 23 15:11:40 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.65 2021/02/26 02:18:29 simonb Exp $ */
+/* $NetBSD: vmparam.h,v 1.66 2021/06/23 15:11:40 simonb Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -198,7 +198,6 @@
/* VM_PHYSSEG_MAX defined by platform-dependent code. */
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
-#define VM_PHYSSEG_NOADD /* can add RAM after vm_mem_init */
#ifndef VM_NFREELIST
#define VM_NFREELIST 16 /* 16 distinct memory segments */