Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/include Bump amd64 module map size to 32 MB.



details:   https://anonhg.NetBSD.org/src/rev/729a0cb9643e
branches:  trunk
changeset: 805628:729a0cb9643e
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Fri Jan 09 01:08:49 2015 +0000

description:
Bump amd64 module map size to 32 MB.

For lack of anything better to do, after no progress in discussion on
the matter:

https://mail-index.netbsd.org/port-amd64/2014/08/22/msg002108.html

Needed in order to load the (solaris module needed by) dtrace module.

diffstat:

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

diffs (18 lines):

diff -r cdc45ed796e3 -r 729a0cb9643e sys/arch/amd64/include/pmap.h
--- a/sys/arch/amd64/include/pmap.h     Thu Jan 08 23:59:26 2015 +0000
+++ b/sys/arch/amd64/include/pmap.h     Fri Jan 09 01:08:49 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.34 2012/06/30 22:50:36 jym Exp $    */
+/*     $NetBSD: pmap.h,v 1.35 2015/01/09 01:08:49 riastradh Exp $      */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -188,7 +188,7 @@
 
 #define NKL4_KIMG_ENTRIES      1
 #define NKL3_KIMG_ENTRIES      1
-#define NKL2_KIMG_ENTRIES      16
+#define NKL2_KIMG_ENTRIES      32
 
 /*
  * Since kva space is below the kernel in its entirety, we start off



Home | Main Index | Thread Index | Old Index