Module Name:    src
Committed By:   matt
Date:           Fri Sep  7 04:40:13 UTC 2012

Modified Files:
        src/sys/arch/evbarm/marvell: marvell_machdep.c

Log Message:
Increase kernel VM space.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/marvell/marvell_machdep.c

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/evbarm/marvell/marvell_machdep.c
diff -u src/sys/arch/evbarm/marvell/marvell_machdep.c:1.17 src/sys/arch/evbarm/marvell/marvell_machdep.c:1.18
--- src/sys/arch/evbarm/marvell/marvell_machdep.c:1.17	Sat Sep  1 00:20:49 2012
+++ src/sys/arch/evbarm/marvell/marvell_machdep.c	Fri Sep  7 04:40:13 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: marvell_machdep.c,v 1.17 2012/09/01 00:20:49 matt Exp $ */
+/*	$NetBSD: marvell_machdep.c,v 1.18 2012/09/07 04:40:13 matt Exp $ */
 /*
  * Copyright (c) 2007, 2008, 2010 KIYOHARA Takashi
  * All rights reserved.
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: marvell_machdep.c,v 1.17 2012/09/01 00:20:49 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: marvell_machdep.c,v 1.18 2012/09/07 04:40:13 matt Exp $");
 
 #include "opt_evbarm_boardtype.h"
 #include "opt_ddb.h"
@@ -81,10 +81,10 @@ __KERNEL_RCSID(0, "$NetBSD: marvell_mach
 #define KERNEL_VM_BASE		(KERNEL_BASE + 0x02000000)
 
 /*
- * The range 0xc2000000 - 0xcdffffff is available for kernel VM space
+ * The range 0xc2000000 - 0xdfffffff is available for kernel VM space
  * Core-logic registers and I/O mappings occupy 0xfe000000 - 0xffffffff
  */
-#define KERNEL_VM_SIZE		0x0c000000
+#define KERNEL_VM_SIZE		0x1e000000
 
 BootConfig bootconfig;		/* Boot config storage */
 static char bootargs[MAX_BOOT_STRING];

Reply via email to