Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Fix a comment



details:   https://anonhg.NetBSD.org/src/rev/0b15adca17b5
branches:  trunk
changeset: 375918:0b15adca17b5
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon May 22 06:50:52 2023 +0000

description:
Fix a comment

diffstat:

 sys/arch/mips/mips/spl.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 134a3236aaf0 -r 0b15adca17b5 sys/arch/mips/mips/spl.S
--- a/sys/arch/mips/mips/spl.S  Mon May 22 06:35:56 2023 +0000
+++ b/sys/arch/mips/mips/spl.S  Mon May 22 06:50:52 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: spl.S,v 1.19 2020/08/09 09:23:17 skrll Exp $   */
+/*     $NetBSD: spl.S,v 1.20 2023/05/22 06:50:52 skrll Exp $   */
 
 /*-
  * Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 #include <mips/asm.h>
 #include <mips/cpuregs.h>
 
-RCSID("$NetBSD: spl.S,v 1.19 2020/08/09 09:23:17 skrll Exp $")
+RCSID("$NetBSD: spl.S,v 1.20 2023/05/22 06:50:52 skrll Exp $")
 
 #include "assym.h"
 
@@ -350,7 +350,7 @@ STATIC_LEAF(_splsw_splintr)
        and     v1, ta2                         # apply to pending bits
 
 1:
-       INT_L   ta2, (ta3)                      # get SR bits for ipl in v0
+       INT_L   ta2, (ta3)                      # get SR bits for ipl in ta2
        NOP_L                                   # load delay
        xor     ta2, MIPS_INT_MASK              # invert
        and     ta2, v1                         # any match to pending intrs?



Home | Main Index | Thread Index | Old Index