Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/sparc64 Don't declare intrhand[] here -- th...
details: https://anonhg.NetBSD.org/src/rev/068b5af40474
branches: trunk
changeset: 514953:068b5af40474
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Sep 14 19:18:13 2001 +0000
description:
Don't declare intrhand[] here -- that's taken care of in intr.c.
diffstat:
sys/arch/sparc64/sparc64/locore.s | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 284a7c34b5f5 -r 068b5af40474 sys/arch/sparc64/sparc64/locore.s
--- a/sys/arch/sparc64/sparc64/locore.s Fri Sep 14 18:29:08 2001 +0000
+++ b/sys/arch/sparc64/sparc64/locore.s Fri Sep 14 19:18:13 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.138 2001/08/30 22:58:30 eeh Exp $ */
+/* $NetBSD: locore.s,v 1.139 2001/09/14 19:18:13 thorpej Exp $ */
/*
* Copyright (c) 1996-2001 Eduardo Horvath
@@ -4196,7 +4196,6 @@
* IRQ# = %tt - 0x40
*/
- .comm _C_LABEL(intrhand), 15 * PTRSZ ! intrhand[0..14]; 0 => error
.globl _C_LABEL(sparc_interrupt) ! This is for interrupt debugging
_C_LABEL(sparc_interrupt):
#ifdef TRAPS_USE_IG
Home |
Main Index |
Thread Index |
Old Index