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/bfc96e7a981b
branches: trunk
changeset: 378821:bfc96e7a981b
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 a421267a919d -r bfc96e7a981b 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 @@ sparc_interrupt4m_bogus:
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