Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/54b7b727b249
branches:  netbsd-7
changeset: 799112:54b7b727b249
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Mar 18 08:31:01 2015 +0000

description:
Pull up following revision(s) (requested by riastradh in ticket #612):
        sys/arch/amd64/include/pmap.h: revision 1.35
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 7c4ff7a0fd4b -r 54b7b727b249 sys/arch/amd64/include/pmap.h
--- a/sys/arch/amd64/include/pmap.h     Wed Mar 18 08:27:34 2015 +0000
+++ b/sys/arch/amd64/include/pmap.h     Wed Mar 18 08:31:01 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.34.14.1 2015/03/18 08:31:01 snj 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