Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/arch/amd64/include Pull up following revision(s) (req...



details:   https://anonhg.NetBSD.org/src/rev/5a2a0ff0e30b
branches:  netbsd-8
changeset: 447906:5a2a0ff0e30b
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jan 27 18:46:11 2019 +0000

description:
Pull up following revision(s) (requested by maxv in ticket #1174):

        sys/arch/amd64/include/vmparam.h: revision 1.50

Increase VM_PHYSSEG_MAX from 32 to 64. Saw an example on tech-kern@ of a
heavily fragmented memory map.

diffstat:

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

diffs (18 lines):

diff -r 33858b77cbbf -r 5a2a0ff0e30b sys/arch/amd64/include/vmparam.h
--- a/sys/arch/amd64/include/vmparam.h  Sun Jan 27 18:43:08 2019 +0000
+++ b/sys/arch/amd64/include/vmparam.h  Sun Jan 27 18:46:11 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.39.6.2 2018/04/11 14:37:11 martin Exp $  */
+/*     $NetBSD: vmparam.h,v 1.39.6.3 2019/01/27 18:46:11 martin Exp $  */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -150,7 +150,7 @@
 /* virtual sizes (bytes) for various kernel submaps */
 #define VM_PHYS_SIZE           (USRIOSIZE*PAGE_SIZE)
 
-#define VM_PHYSSEG_MAX         32      /* 1 "hole" + 31 free lists */
+#define VM_PHYSSEG_MAX         64      /* 1 "hole" + 63 free lists */
 #define VM_PHYSSEG_STRAT       VM_PSTRAT_BIGFIRST
 
 #define        VM_NFREELIST            6



Home | Main Index | Thread Index | Old Index