Module Name: src
Committed By: matt
Date: Sat Feb 22 20:46:35 UTC 2014
Modified Files:
src/sys/arch/arm/include/arm32: pte.h
Log Message:
Add L1_TABLE_SIZE_REAL
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/include/arm32/pte.h
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/arm/include/arm32/pte.h
diff -u src/sys/arch/arm/include/arm32/pte.h:1.13 src/sys/arch/arm/include/arm32/pte.h:1.14
--- src/sys/arch/arm/include/arm32/pte.h:1.13 Tue Sep 11 15:28:14 2012
+++ src/sys/arch/arm/include/arm32/pte.h Sat Feb 22 20:46:35 2014
@@ -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 @@ typedef uint32_t pt_entry_t; /* L2 table
* 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 */
/*