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 remove unused Lpanic_savefpstate.



details:   https://anonhg.NetBSD.org/src/rev/27f20b61be2d
branches:  trunk
changeset: 366116:27f20b61be2d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun May 15 02:14:15 2022 +0000

description:
remove unused Lpanic_savefpstate.

diffstat:

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

diffs (20 lines):

diff -r 5bad8483fc73 -r 27f20b61be2d sys/arch/sparc/sparc/locore.s
--- a/sys/arch/sparc/sparc/locore.s     Sun May 15 00:25:15 2022 +0000
+++ b/sys/arch/sparc/sparc/locore.s     Sun May 15 02:14:15 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.282 2022/04/16 18:15:21 andvar Exp $      */
+/*     $NetBSD: locore.s,v 1.283 2022/05/15 02:14:15 mrg Exp $ */
 
 /*
  * Copyright (c) 1996 Paul Kranenburg
@@ -5621,10 +5621,6 @@
  *
  * The IPI version just deals with updating event counters first.
  */
-Lpanic_savefpstate:
-       .asciz  "cpu%d: NULL fpstate"
-       _ALIGN
-
 ENTRY(ipi_savefpstate)
        sethi   %hi(CPUINFO_VA+CPUINFO_SAVEFPSTATE), %o5
        ldd     [%o5 + %lo(CPUINFO_VA+CPUINFO_SAVEFPSTATE)], %o2



Home | Main Index | Thread Index | Old Index