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/b64992e4fdfe
branches: trunk
changeset: 356171:b64992e4fdfe
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 b70280dd78f7 -r b64992e4fdfe 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