Module Name: src
Committed By: snj
Date: Mon Sep 11 05:20:26 UTC 2017
Modified Files:
src/sys/arch/mips/include [netbsd-8]: vmparam.h
Log Message:
Pull up following revision(s) (requested by skrll in ticket #267):
sys/arch/mips/include/vmparam.h: revision 1.60
Don't define UVM_KM_VMFREELIST on mips as it excludes some memory
ranges unnecessarily.
PR/52501 - erlite quickly fails to allocate memory and processes wedge
To generate a diff of this commit:
cvs rdiff -u -r1.57.8.1 -r1.57.8.2 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.57.8.1 src/sys/arch/mips/include/vmparam.h:1.57.8.2
--- src/sys/arch/mips/include/vmparam.h:1.57.8.1 Thu Aug 31 08:32:39 2017
+++ src/sys/arch/mips/include/vmparam.h Mon Sep 11 05:20:26 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.57.8.1 2017/08/31 08:32:39 bouyer Exp $ */
+/* $NetBSD: vmparam.h,v 1.57.8.2 2017/09/11 05:20:26 snj Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -208,8 +208,6 @@
#endif
#ifdef _KERNEL
-#define UVM_KM_VMFREELIST mips_poolpage_vmfreelist
-extern int mips_poolpage_vmfreelist;
#ifdef ENABLE_MIPS_16KB_PAGE
extern vaddr_t mips_vm_maxuser_address;
#endif