Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hppa/hppa Enhance a comment.



details:   https://anonhg.NetBSD.org/src/rev/e4086ce09161
branches:  trunk
changeset: 777626:e4086ce09161
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Feb 26 08:28:57 2012 +0000

description:
Enhance a comment.

diffstat:

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

diffs (18 lines):

diff -r 9186c9bdc1c8 -r e4086ce09161 sys/arch/hppa/hppa/trap.S
--- a/sys/arch/hppa/hppa/trap.S Sun Feb 26 07:52:52 2012 +0000
+++ b/sys/arch/hppa/hppa/trap.S Sun Feb 26 08:28:57 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.S,v 1.62 2012/01/03 06:18:24 skrll Exp $  */
+/*     $NetBSD: trap.S,v 1.63 2012/02/26 08:28:57 skrll Exp $  */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -244,7 +244,7 @@
 
        GET_CURCPU_SPACE(%sr1, %t1)
        ldw     CI_PSW(%sr1, %t1), %t1
-       stw     %r1, TF_CR15-TRAPFRAME_SIZEOF(%sr1, %t3)        /* eiem ,bc */
+       stw     %r1, TF_CR15-TRAPFRAME_SIZEOF(%sr1, %t3)        /* eiem ,bc (block copy cache control hint) */
        stw     %t1, TF_CR22-TRAPFRAME_SIZEOF(%sr1, %t3)        /* ipsw */
  
        mfsp    %sr3, %t1



Home | Main Index | Thread Index | Old Index