summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/icu_vector.s
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-04-14 14:26:36 +0000
committerbde <bde@FreeBSD.org>1999-04-14 14:26:36 +0000
commit9a10a11b66e26366ada864a1edeada684470293b (patch)
tree3a8da958b77f97c012ad1400922dbf4e9b00b3c1 /sys/i386/isa/icu_vector.s
parent4f58b315f5310677e623e6da86f7720169a5dc1d (diff)
downloadFreeBSD-src-9a10a11b66e26366ada864a1edeada684470293b.zip
FreeBSD-src-9a10a11b66e26366ada864a1edeada684470293b.tar.gz
Generate intrnames[] dynamically. This should be new-bus friendly.
Old version reviewed by: se
Diffstat (limited to 'sys/i386/isa/icu_vector.s')
-rw-r--r--sys/i386/isa/icu_vector.s35
1 files changed, 1 insertions, 34 deletions
diff --git a/sys/i386/isa/icu_vector.s b/sys/i386/isa/icu_vector.s
index 042614b..2dcda02 100644
--- a/sys/i386/isa/icu_vector.s
+++ b/sys/i386/isa/icu_vector.s
@@ -1,6 +1,6 @@
/*
* from: vector.s, 386BSD 0.1 unknown origin
- * $Id: icu_vector.s,v 1.8 1998/08/11 15:08:12 bde Exp $
+ * $Id: icu_vector.s,v 1.9 1998/08/11 17:01:32 bde Exp $
*/
/*
@@ -214,37 +214,4 @@ imasks: /* masks for interrupt handlers */
.long 0, 0, 0, 0
.long 0, 0, SWI_CLOCK_MASK, SWI_AST_MASK
-/*
- * Interrupt counters and names. The format of these and the label names
- * must agree with what vmstat expects. The tables are indexed by device
- * ids so that we don't have to move the names around as devices are
- * attached.
- */
-#include "vector.h"
- .globl _intrcnt, _eintrcnt
-_intrcnt:
- .space (NR_DEVICES + ICU_LEN) * 4
-_eintrcnt:
-
- .globl _intrnames, _eintrnames
-_intrnames:
- .ascii DEVICE_NAMES
- .asciz "stray irq0"
- .asciz "stray irq1"
- .asciz "stray irq2"
- .asciz "stray irq3"
- .asciz "stray irq4"
- .asciz "stray irq5"
- .asciz "stray irq6"
- .asciz "stray irq7"
- .asciz "stray irq8"
- .asciz "stray irq9"
- .asciz "stray irq10"
- .asciz "stray irq11"
- .asciz "stray irq12"
- .asciz "stray irq13"
- .asciz "stray irq14"
- .asciz "stray irq15"
-_eintrnames:
-
.text
OpenPOWER on IntegriCloud