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 Fix a typo and an omission in last.



details:   https://anonhg.NetBSD.org/src/rev/8cd4e057a60c
branches:  trunk
changeset: 525700:8cd4e057a60c
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Apr 15 17:27:39 2002 +0000

description:
Fix a typo and an omission in last.

diffstat:

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

diffs (19 lines):

diff -r 4e5e3b75007b -r 8cd4e057a60c sys/arch/arm/include/armreg.h
--- a/sys/arch/arm/include/armreg.h     Mon Apr 15 17:27:33 2002 +0000
+++ b/sys/arch/arm/include/armreg.h     Mon Apr 15 17:27:39 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: armreg.h,v 1.16 2002/04/15 16:34:32 thorpej Exp $      */
+/*     $NetBSD: armreg.h,v 1.17 2002/04/15 17:27:39 thorpej Exp $      */
 
 /*
  * Copyright (c) 1998, 2001 Ben Harris
@@ -265,7 +265,8 @@
 #define        XSCALE_AUXCTL_P         0x00000002 /* ECC protect page table access */
 #define        XSCALE_AUXCTL_MD_WB_RA  0x00000000 /* mini-D$ wb, read-allocate */
 #define        XSCALE_AUXCTL_MD_WB_RWA 0x00000010 /* mini-D$ wb, read/write-allocate */
-#define        XSCALE_AUXCTL_MB_WT     0x00000020 /* mini-D$ wt, read-allocate */
+#define        XSCALE_AUXCTL_MD_WT     0x00000020 /* mini-D$ wt, read-allocate */
+#define        XSCALE_AUXCTL_MD_MASK   0x00000030
 
 /* Cache type register definitions */
 #define        CPU_CT_ISIZE(x)         ((x) & 0xfff)           /* I$ info */



Home | Main Index | Thread Index | Old Index