mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove interrupt queue array. Its in globaldata now.
This commit is contained in:
parent
58a822cfc2
commit
ac7165deae
1 changed files with 0 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue