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 Rename MIPSNN_CFG4_MMU_EXT_DEF_MMU_SIZ...
details: https://anonhg.NetBSD.org/src/rev/1022eca47466
branches: trunk
changeset: 936569:1022eca47466
user: simonb <simonb%NetBSD.org@localhost>
date: Fri Jul 31 03:35:05 2020 +0000
description:
Rename MIPSNN_CFG4_MMU_EXT_DEF_MMU_SIZE_EXT to MIPSNN_CFG4_MMU_SIZE_EXT.
diffstat:
sys/arch/mips/include/mipsNN.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cb17267daf74 -r 1022eca47466 sys/arch/mips/include/mipsNN.h
--- a/sys/arch/mips/include/mipsNN.h Fri Jul 31 03:07:36 2020 +0000
+++ b/sys/arch/mips/include/mipsNN.h Fri Jul 31 03:35:05 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mipsNN.h,v 1.10 2020/07/31 02:34:38 simonb Exp $ */
+/* $NetBSD: mipsNN.h,v 1.11 2020/07/31 03:35:05 simonb Exp $ */
/*
* Copyright 2000, 2001
@@ -324,7 +324,7 @@
#define MIPSNN_CFG4_MMU_EXT_DEF_VTLB 3
/* "MMUSizeExt" (R): Extension of Config1[MMUSize-1] field. */
-#define MIPSNN_CFG4_MMU_EXT_DEF_MMU_SIZE_EXT __BITS(7,0)
+#define MIPSNN_CFG4_MMU_SIZE_EXT __BITS(7,0)
/* "FTLBPageSize" (R/RW): Indicates the Page Size of the FTLB Array Entries. */
#define MIPSNN_CFG4_FTLB_FTLB_PAGE_SIZE __BITS(10,8)
Home |
Main Index |
Thread Index |
Old Index