Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/include Don't define UVM_KM_VMFREELIST on mips...



details:   https://anonhg.NetBSD.org/src/rev/c4cfb8891b5a
branches:  trunk
changeset: 826472:c4cfb8891b5a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Sep 07 06:36:24 2017 +0000

description:
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

diffstat:

 sys/arch/mips/include/vmparam.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 948903a14239 -r c4cfb8891b5a sys/arch/mips/include/vmparam.h
--- a/sys/arch/mips/include/vmparam.h   Thu Sep 07 06:29:47 2017 +0000
+++ b/sys/arch/mips/include/vmparam.h   Thu Sep 07 06:36:24 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index