Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Adjust the number of entries in the intrcnt array t...



details:   https://anonhg.NetBSD.org/src/rev/da5b09a75bcb
branches:  trunk
changeset: 954184:da5b09a75bcb
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Mar 31 09:48:14 2021 +0000

description:
Adjust the number of entries in the intrcnt array to match the number
of names in the intrnames list.

diffstat:

 sys/arch/luna68k/luna68k/locore.s |  4 ++--
 sys/arch/mvme68k/mvme68k/locore.s |  4 ++--
 sys/arch/sun2/sun2/locore.s       |  4 ++--
 sys/arch/sun3/sun3/locore.s       |  4 ++--
 sys/arch/sun3/sun3x/locore.s      |  4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diffs (86 lines):

diff -r b53c42e9a0a6 -r da5b09a75bcb sys/arch/luna68k/luna68k/locore.s
--- a/sys/arch/luna68k/luna68k/locore.s Wed Mar 31 07:53:53 2021 +0000
+++ b/sys/arch/luna68k/luna68k/locore.s Wed Mar 31 09:48:14 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.65 2021/01/25 13:08:04 tsutsui Exp $ */
+/* $NetBSD: locore.s,v 1.66 2021/03/31 09:48:14 simonb Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -967,5 +967,5 @@
 GLOBAL(eintrnames)
        .even
 GLOBAL(intrcnt)
-       .long   0,0,0,0,0,0,0,0,0,0
+       .long   0,0,0,0,0,0,0,0,0
 GLOBAL(eintrcnt)
diff -r b53c42e9a0a6 -r da5b09a75bcb sys/arch/mvme68k/mvme68k/locore.s
--- a/sys/arch/mvme68k/mvme68k/locore.s Wed Mar 31 07:53:53 2021 +0000
+++ b/sys/arch/mvme68k/mvme68k/locore.s Wed Mar 31 09:48:14 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.116 2021/01/25 13:08:05 tsutsui Exp $     */
+/*     $NetBSD: locore.s,v 1.117 2021/03/31 09:48:14 simonb Exp $      */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -1296,5 +1296,5 @@
        .even
 
 GLOBAL(intrcnt)
-       .long   0,0,0,0,0,0,0,0,0,0
+       .long   0,0,0,0,0,0,0,0,0
 GLOBAL(eintrcnt)
diff -r b53c42e9a0a6 -r da5b09a75bcb sys/arch/sun2/sun2/locore.s
--- a/sys/arch/sun2/sun2/locore.s       Wed Mar 31 07:53:53 2021 +0000
+++ b/sys/arch/sun2/sun2/locore.s       Wed Mar 31 09:48:14 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.27 2019/08/06 05:37:30 msaitoh Exp $      */
+/*     $NetBSD: locore.s,v 1.28 2021/03/31 09:48:15 simonb Exp $       */
 
 /*
  * Copyright (c) 1980, 1990, 1993
@@ -454,7 +454,7 @@
        .data
        .even
 GLOBAL(intrcnt)
-       .long   0,0,0,0,0,0,0,0,0,0
+       .long   0,0,0,0,0,0,0,0
 GLOBAL(eintrcnt)
        .text
 
diff -r b53c42e9a0a6 -r da5b09a75bcb sys/arch/sun3/sun3/locore.s
--- a/sys/arch/sun3/sun3/locore.s       Wed Mar 31 07:53:53 2021 +0000
+++ b/sys/arch/sun3/sun3/locore.s       Wed Mar 31 09:48:14 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.99 2019/08/06 05:37:30 msaitoh Exp $      */
+/*     $NetBSD: locore.s,v 1.100 2021/03/31 09:48:15 simonb Exp $      */
 
 /*
  * Copyright (c) 1980, 1990, 1993
@@ -500,7 +500,7 @@
        .data
        .even
 GLOBAL(intrcnt)
-       .long   0,0,0,0,0,0,0,0,0,0
+       .long   0,0,0,0,0,0,0,0
 GLOBAL(eintrcnt)
        .text
 
diff -r b53c42e9a0a6 -r da5b09a75bcb sys/arch/sun3/sun3x/locore.s
--- a/sys/arch/sun3/sun3x/locore.s      Wed Mar 31 07:53:53 2021 +0000
+++ b/sys/arch/sun3/sun3x/locore.s      Wed Mar 31 09:48:14 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.67 2021/01/25 13:08:05 tsutsui Exp $      */
+/*     $NetBSD: locore.s,v 1.68 2021/03/31 09:48:15 simonb Exp $       */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -485,7 +485,7 @@
        .data
        .even
 GLOBAL(intrcnt)
-       .long   0,0,0,0,0,0,0,0,0,0
+       .long   0,0,0,0,0,0,0,0
 GLOBAL(eintrcnt)
        .text
 



Home | Main Index | Thread Index | Old Index