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 allow more space for modules.



details:   https://anonhg.NetBSD.org/src/rev/c93d17ee9b69
branches:  trunk
changeset: 779688:c93d17ee9b69
user:      chs <chs%NetBSD.org@localhost>
date:      Mon Jun 11 15:18:26 2012 +0000

description:
allow more space for modules.

diffstat:

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

diffs (18 lines):

diff -r 207f717c1a69 -r c93d17ee9b69 sys/arch/amd64/include/pmap.h
--- a/sys/arch/amd64/include/pmap.h     Mon Jun 11 15:18:05 2012 +0000
+++ b/sys/arch/amd64/include/pmap.h     Mon Jun 11 15:18:26 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.32 2012/02/19 10:39:06 cherry Exp $ */
+/*     $NetBSD: pmap.h,v 1.33 2012/06/11 15:18:26 chs 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      10
+#define NKL2_KIMG_ENTRIES      16
 
 /*
  * Since kva space is below the kernel in its entirety, we start off



Home | Main Index | Thread Index | Old Index