Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include/arm32 Increase l2pts to accomodate larg...
details: https://anonhg.NetBSD.org/src/rev/51459b8d53bb
branches: trunk
changeset: 782206:51459b8d53bb
user: matt <matt%NetBSD.org@localhost>
date: Sat Oct 20 14:42:20 2012 +0000
description:
Increase l2pts to accomodate large memory disks.
diffstat:
sys/arch/arm/include/arm32/machdep.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f75d37c03ca2 -r 51459b8d53bb sys/arch/arm/include/arm32/machdep.h
--- a/sys/arch/arm/include/arm32/machdep.h Sat Oct 20 14:42:15 2012 +0000
+++ b/sys/arch/arm/include/arm32/machdep.h Sat Oct 20 14:42:20 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.h,v 1.16 2012/09/01 12:19:32 martin Exp $ */
+/* $NetBSD: machdep.h,v 1.17 2012/10/20 14:42:20 matt Exp $ */
#ifndef _ARM32_BOOT_MACHDEP_H_
#define _ARM32_BOOT_MACHDEP_H_
@@ -43,7 +43,7 @@
*/
pv_addr_t bmi_vector_l2pt;
pv_addr_t bmi_io_l2pt;
- pv_addr_t bmi_l2pts[16];
+ pv_addr_t bmi_l2pts[32]; // for large memory disks.
u_int bmi_freepages;
u_int bmi_nfreeblocks;
};
Home |
Main Index |
Thread Index |
Old Index