Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/fdt Increase MAX_PHYSMEM to 64



details:   https://anonhg.NetBSD.org/src/rev/f84f58bcc839
branches:  trunk
changeset: 433317:f84f58bcc839
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Sep 07 17:21:58 2018 +0000

description:
Increase MAX_PHYSMEM to 64

diffstat:

 sys/arch/evbarm/fdt/fdt_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5de6a565ede9 -r f84f58bcc839 sys/arch/evbarm/fdt/fdt_machdep.c
--- a/sys/arch/evbarm/fdt/fdt_machdep.c Fri Sep 07 17:21:38 2018 +0000
+++ b/sys/arch/evbarm/fdt/fdt_machdep.c Fri Sep 07 17:21:58 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdt_machdep.c,v 1.34 2018/08/27 09:54:16 jmcneill Exp $ */
+/* $NetBSD: fdt_machdep.c,v 1.35 2018/09/07 17:21:58 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2015-2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.34 2018/08/27 09:54:16 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.35 2018/09/07 17:21:58 jmcneill Exp $");
 
 #include "opt_machdep.h"
 #include "opt_bootconfig.h"
@@ -459,7 +459,7 @@
 
        parse_mi_bootargs(boot_args);
 
-       #define MAX_PHYSMEM 16
+       #define MAX_PHYSMEM 64
        static struct boot_physmem fdt_physmem[MAX_PHYSMEM];
        int nfdt_physmem = 0;
        struct extent_region *er;



Home | Main Index | Thread Index | Old Index