Module Name:    src
Committed By:   skrll
Date:           Thu Sep  7 06:36:24 UTC 2017

Modified Files:
        src/sys/arch/mips/include: vmparam.h

Log Message:
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.59 -r1.60 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.59 src/sys/arch/mips/include/vmparam.h:1.60
--- src/sys/arch/mips/include/vmparam.h:1.59	Sat Jun 24 13:43:36 2017
+++ src/sys/arch/mips/include/vmparam.h	Thu Sep  7 06:36:24 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: vmparam.h,v 1.59 2017/06/24 13:43:36 joerg Exp $	*/
+/*	$NetBSD: vmparam.h,v 1.60 2017/09/07 06:36:24 skrll 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

Reply via email to