Module Name:    src
Committed By:   snj
Date:           Wed Mar 18 08:31:01 UTC 2015

Modified Files:
        src/sys/arch/amd64/include [netbsd-7]: pmap.h

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.34.14.1 src/sys/arch/amd64/include/pmap.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/include/pmap.h
diff -u src/sys/arch/amd64/include/pmap.h:1.34 src/sys/arch/amd64/include/pmap.h:1.34.14.1
--- src/sys/arch/amd64/include/pmap.h:1.34	Sat Jun 30 22:50:36 2012
+++ src/sys/arch/amd64/include/pmap.h	Wed Mar 18 08:31:01 2015
@@ -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

Reply via email to