Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/ibm4xx/openbios Remove unused/unreferenced ...



details:   https://anonhg.NetBSD.org/src/rev/61803d78e05f
branches:  trunk
changeset: 953349:61803d78e05f
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Mar 07 02:54:06 2021 +0000

description:
Remove unused/unreferenced legacy intrcnt/intrnames.

diffstat:

 sys/arch/powerpc/ibm4xx/openbios/locore.S |  23 +----------------------
 1 files changed, 1 insertions(+), 22 deletions(-)

diffs (37 lines):

diff -r 89396771f851 -r 61803d78e05f sys/arch/powerpc/ibm4xx/openbios/locore.S
--- a/sys/arch/powerpc/ibm4xx/openbios/locore.S Sun Mar 07 00:46:39 2021 +0000
+++ b/sys/arch/powerpc/ibm4xx/openbios/locore.S Sun Mar 07 02:54:06 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.15 2020/07/06 10:48:54 rin Exp $  */
+/*     $NetBSD: locore.S,v 1.16 2021/03/07 02:54:06 simonb Exp $       */
 /*     $OpenBSD: locore.S,v 1.4 1997/01/26 09:06:38 rahnds Exp $       */
 
 /*
@@ -100,27 +100,6 @@
 #define        bdneq   bdnzf 2,
 
 /*
- * Globals
- */
-GLOBAL(intrnames)
-       .asciz  "clock", "irq1", "irq2", "irq3"
-       .asciz  "irq4", "irq5", "irq6", "irq7"
-       .asciz  "irq8", "irq9", "irq10", "irq11"
-       .asciz  "irq12", "irq13", "irq14", "irq15"
-       .asciz  "irq16", "irq17", "irq18", "irq19"
-       .asciz  "irq20", "irq21", "irq22", "irq23"
-       .asciz  "irq24", "irq25", "irq26", "irq27"
-       .asciz  "irq28", "softnet", "softclock", "softserial"
-       .asciz  "statclock"
-GLOBAL(eintrnames)
-       .align  4
-GLOBAL(intrcnt)
-       .long   0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-       .long   0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-       .long   0
-GLOBAL(eintrcnt)
-
-/*
  * This symbol is here for the benefit of kvm_mkdb, and is supposed to
  * mark the start of kernel text.
  */



Home | Main Index | Thread Index | Old Index