Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include Add 64MB and 256MB tlb page masks.



details:   https://anonhg.NetBSD.org/src/rev/52dbb73f0a81
branches:  trunk
changeset: 533191:52dbb73f0a81
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Jun 24 05:46:47 2002 +0000

description:
Add 64MB and 256MB tlb page masks.

diffstat:

 sys/arch/mips/include/mips3_pte.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r c877afc76846 -r 52dbb73f0a81 sys/arch/mips/include/mips3_pte.h
--- a/sys/arch/mips/include/mips3_pte.h Mon Jun 24 05:45:17 2002 +0000
+++ b/sys/arch/mips/include/mips3_pte.h Mon Jun 24 05:46:47 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mips3_pte.h,v 1.14 2002/03/05 15:37:32 simonb Exp $    */
+/*     $NetBSD: mips3_pte.h,v 1.15 2002/06/24 05:46:47 simonb Exp $    */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -141,3 +141,5 @@
 #define        MIPS3_PG_SIZE_1M        0x001fe000
 #define        MIPS3_PG_SIZE_4M        0x007fe000
 #define        MIPS3_PG_SIZE_16M       0x01ffe000
+#define        MIPS3_PG_SIZE_64M       0x07ffe000
+#define        MIPS3_PG_SIZE_256M      0x1fffe000



Home | Main Index | Thread Index | Old Index