Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys/arch/mips/include Pull up following revision(s) (requ...
details: https://anonhg.NetBSD.org/src/rev/0e299af2459a
branches: netbsd-8
changeset: 434294:0e299af2459a
user: snj <snj%NetBSD.org@localhost>
date: Mon Sep 11 05:20:26 2017 +0000
description:
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
diffstat:
sys/arch/mips/include/vmparam.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r f328de1be753 -r 0e299af2459a sys/arch/mips/include/vmparam.h
--- a/sys/arch/mips/include/vmparam.h Mon Sep 11 05:18:34 2017 +0000
+++ b/sys/arch/mips/include/vmparam.h Mon Sep 11 05:20:26 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index