Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 sun4v: Update comment: modified -> ...



details:   https://anonhg.NetBSD.org/src/rev/349d9f3c53db
branches:  trunk
changeset: 328860:349d9f3c53db
user:      palle <palle%NetBSD.org@localhost>
date:      Mon Apr 21 17:34:38 2014 +0000

description:
sun4v: Update comment: modified -> access

diffstat:

 sys/arch/sparc64/sparc64/locore.s |  20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diffs (54 lines):

diff -r b5ff76ce8217 -r 349d9f3c53db sys/arch/sparc64/sparc64/locore.s
--- a/sys/arch/sparc64/sparc64/locore.s Mon Apr 21 17:32:14 2014 +0000
+++ b/sys/arch/sparc64/sparc64/locore.s Mon Apr 21 17:34:38 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.356 2014/02/21 18:00:09 palle Exp $       */
+/*     $NetBSD: locore.s,v 1.357 2014/04/21 17:34:38 palle Exp $       */
 
 /*
  * Copyright (c) 2006-2010 Matthew R. Green
@@ -2606,7 +2606,7 @@
        casxa   [%g6] ASI_PHYS_CACHED, %g4, %g7 !  and write it out
        cmp     %g4, %g7
        bne,pn  %xcc, 1b
-        or     %g4, A_SUN4V_TLB_ACCESS, %g4    ! Update the modified bit
+        or     %g4, A_SUN4V_TLB_ACCESS, %g4    ! Update the access bit
 2:
        GET_TSB_DMMU %g2
 
@@ -2631,14 +2631,14 @@
        
        STPTR   %g4, [%g2 + 8]          ! store TTE data
        STPTR   %g1, [%g2]              ! store TTE tag
-       
+
        retry
        NOTREACHED
 
 sun4v_datatrap:
        /* XXX missing implementaion */
        sir
-       
+
 /*
  * End of traps for sun4v.
  */
@@ -4402,12 +4402,12 @@
        wrpr    %g0, 0, %tl
 #endif
 
-#ifdef DEBUG
-       set     _C_LABEL(pmapdebug), %o1
-       ld      [%o1], %o1
-       sethi   %hi(0x40000), %o2
-       btst    %o2, %o1
-       bz      0f
+#if 1
+!      set     _C_LABEL(pmapdebug), %o1
+!      ld      [%o1], %o1
+!      sethi   %hi(0x40000), %o2
+!      btst    %o2, %o1
+!      bz      0f
 
        LDPTR   [%l7 + CI_SPINUP], %o1
        set     1f, %o0         ! Debug printf



Home | Main Index | Thread Index | Old Index