Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hppa/include Use the description in the ACD for T_D...



details:   https://anonhg.NetBSD.org/src/rev/6833b6164c6f
branches:  trunk
changeset: 750837:6833b6164c6f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jan 16 10:06:31 2010 +0000

description:
Use the description in the ACD for T_DBREAK.

diffstat:

 sys/arch/hppa/include/trap.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d1541e086164 -r 6833b6164c6f sys/arch/hppa/include/trap.h
--- a/sys/arch/hppa/include/trap.h      Sat Jan 16 08:50:29 2010 +0000
+++ b/sys/arch/hppa/include/trap.h      Sat Jan 16 10:06:31 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.h,v 1.3 2009/11/03 05:07:26 snj Exp $     */
+/*     $NetBSD: trap.h,v 1.4 2010/01/16 10:06:31 skrll Exp $   */
 
 /*     $OpenBSD: trap.h,v 1.8 2000/02/10 20:05:39 mickey Exp $ */
 
@@ -53,7 +53,7 @@
 #define        T_ITLBMISSNA    16      /* ITLB non-access miss */
 #define        T_DTLBMISSNA    17      /* DTLB non-access miss */
 #define        T_DPROT         18      /* data protection/rights/alignment <7100 */
-#define        T_DBREAK        19      /* data break */
+#define        T_DBREAK        19      /* data memory break */
 #define        T_TLB_DIRTY     20      /* TLB dirty bit */
 #define        T_PAGEREF       21      /* page reference */
 #define        T_EMULATION     22      /* assist emulation */



Home | Main Index | Thread Index | Old Index