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: add comment in sun4v_tl1_ptb...



details:   https://anonhg.NetBSD.org/src/rev/c880253112a2
branches:  trunk
changeset: 948186:c880253112a2
user:      palle <palle%NetBSD.org@localhost>
date:      Sun Dec 20 11:58:58 2020 +0000

description:
sun4v: add comment in sun4v_tl1_ptbl_miss code path - no functional change

diffstat:

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

diffs (18 lines):

diff -r 073068a3b2bd -r c880253112a2 sys/arch/sparc64/sparc64/locore.s
--- a/sys/arch/sparc64/sparc64/locore.s Sun Dec 20 11:38:51 2020 +0000
+++ b/sys/arch/sparc64/sparc64/locore.s Sun Dec 20 11:58:58 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.423 2020/01/08 20:59:20 skrll Exp $       */
+/*     $NetBSD: locore.s,v 1.424 2020/12/20 11:58:58 palle Exp $       */
 
 /*
  * Copyright (c) 2006-2010 Matthew R. Green
@@ -3343,6 +3343,8 @@
        bgeu,pt %xcc, 1f
         nop
 
+       /* We had a miss inside rtf_user_fault_start/rtf_user_fault_end block (FILL)
+       
        /* Fixup %cwp. */
        rdpr    %cwp, %g1
        inc     %g1



Home | Main Index | Thread Index | Old Index