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 Add L1_TABLE_SIZE_REAL



details:   https://anonhg.NetBSD.org/src/rev/2e888b0de329
branches:  trunk
changeset: 793678:2e888b0de329
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Feb 22 20:46:35 2014 +0000

description:
Add L1_TABLE_SIZE_REAL

diffstat:

 sys/arch/arm/include/arm32/pte.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 97262b2ea28b -r 2e888b0de329 sys/arch/arm/include/arm32/pte.h
--- a/sys/arch/arm/include/arm32/pte.h  Sat Feb 22 20:33:00 2014 +0000
+++ b/sys/arch/arm/include/arm32/pte.h  Sat Feb 22 20:46:35 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pte.h,v 1.13 2012/09/11 15:28:14 matt Exp $    */
+/*     $NetBSD: pte.h,v 1.14 2014/02/22 20:46:35 matt Exp $    */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -137,6 +137,7 @@
  * keep the old L2_TABLE_SIZE define lying around. Converted ports
  * should use L2_TABLE_SIZE_REAL until then.
  */
+#define        L1_TABLE_SIZE_REAL      0x4000  /* 16K */
 #define        L2_TABLE_SIZE_REAL      0x400   /* 1K */
 
 /*



Home | Main Index | Thread Index | Old Index