Remove interrupt queue array. Its in globaldata now.

This commit is contained in:
Jake Burkholder 2001-10-20 18:51:45 +00:00
parent 58a822cfc2
commit ac7165deae

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