Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc fix a comment to match the code.



details:   https://anonhg.NetBSD.org/src/rev/c212437aea71
branches:  trunk
changeset: 961943:c212437aea71
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Apr 25 21:59:38 2021 +0000

description:
fix a comment to match the code.

diffstat:

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

diffs (18 lines):

diff -r 870623b6c7c2 -r c212437aea71 sys/arch/sparc/sparc/locore.s
--- a/sys/arch/sparc/sparc/locore.s     Sun Apr 25 21:55:58 2021 +0000
+++ b/sys/arch/sparc/sparc/locore.s     Sun Apr 25 21:59:38 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.279 2021/01/24 07:36:54 mrg Exp $ */
+/*     $NetBSD: locore.s,v 1.280 2021/04/25 21:59:38 mrg Exp $ */
 
 /*
  * Copyright (c) 1996 Paul Kranenburg
@@ -2662,7 +2662,7 @@
        bnz,a   1f                      !       splhigh();
         or     %l0, 0xf00, %l0         ! } else
 
-       call    _C_LABEL(bogusintr)     !       strayintr(&intrframe)
+       call    _C_LABEL(bogusintr)     !       bogusintr(&intrframe)
         add    %sp, CCFSZ, %o0
        /* all done: restore registers and go return */
 1:



Home | Main Index | Thread Index | Old Index