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 It's the Normal Memory Remap Register (...
details: https://anonhg.NetBSD.org/src/rev/3d3a6a9be0e7
branches: trunk
changeset: 456307:3d3a6a9be0e7
user: skrll <skrll%NetBSD.org@localhost>
date: Thu May 02 15:37:10 2019 +0000
description:
It's the Normal Memory Remap Register (not Normal Region Remap Register)
diffstat:
sys/arch/arm/include/armreg.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 4e3a196cebe5 -r 3d3a6a9be0e7 sys/arch/arm/include/armreg.h
--- a/sys/arch/arm/include/armreg.h Thu May 02 15:08:35 2019 +0000
+++ b/sys/arch/arm/include/armreg.h Thu May 02 15:37:10 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: armreg.h,v 1.126 2019/05/02 11:49:04 skrll Exp $ */
+/* $NetBSD: armreg.h,v 1.127 2019/05/02 15:37:10 skrll Exp $ */
/*
* Copyright (c) 1998, 2001 Ben Harris
@@ -870,8 +870,8 @@
/* cp10 c10 registers */
ARMREG_READ_INLINE(prrr, "p15,0,%0,c10,c2,0") /* Primary Region Remap Register */
ARMREG_WRITE_INLINE(prrr, "p15,0,%0,c10,c2,0") /* Primary Region Remap Register */
-ARMREG_READ_INLINE(nmrr, "p15,0,%0,c10,c2,1") /* Normal Region Remap Register */
-ARMREG_WRITE_INLINE(nmrr, "p15,0,%0,c10,c2,1") /* Normal Region Remap Register */
+ARMREG_READ_INLINE(nmrr, "p15,0,%0,c10,c2,1") /* Normal Memory Remap Register */
+ARMREG_WRITE_INLINE(nmrr, "p15,0,%0,c10,c2,1") /* Normal Memory Remap Register */
/* cp15 c13 registers */
ARMREG_READ_INLINE(contextidr, "p15,0,%0,c13,c0,1") /* Context ID Register */
ARMREG_WRITE_INLINE(contextidr, "p15,0,%0,c13,c0,1") /* Context ID Register */
Home |
Main Index |
Thread Index |
Old Index