Remove interrupt queue array. Its in globaldata now.

This commit is contained in:
jake 2001-10-20 18:51:45 +00:00
parent d9948593f9
commit b1b34c6861

View File

@ -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];