summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2001-10-20 18:51:45 +0000
committerjake <jake@FreeBSD.org>2001-10-20 18:51:45 +0000
commitb1b34c686171912a93111d3678ca69646c4b9a75 (patch)
tree2049462f2c68ddebf07d06e0eb31752260a6c0c7 /sys/sparc64
parentd9948593f9ad4a6cddb8711841d410622e918cb1 (diff)
downloadFreeBSD-src-b1b34c686171912a93111d3678ca69646c4b9a75.zip
FreeBSD-src-b1b34c686171912a93111d3678ca69646c4b9a75.tar.gz
Remove interrupt queue array. Its in globaldata now.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/sparc64/intr_machdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/intr_machdep.c b/sys/sparc64/sparc64/intr_machdep.c
index 40186a1..043ecdb 100644
--- a/sys/sparc64/sparc64/intr_machdep.c
+++ b/sys/sparc64/sparc64/intr_machdep.c
@@ -81,7 +81,6 @@
#define MAX_STRAY_LOG 5
struct intr_handler intr_handlers[NPIL];
-struct intr_queue intr_queues[MAXCPU];
struct intr_vector intr_vectors[NIV];
u_long intr_stray_count[NIV];
OpenPOWER on IntegriCloud