Delete ih_thread. Should have gone in r334170.

This commit is contained in:
Gleb Smirnoff 2019-11-21 23:55:19 +00:00
parent 130fffa2a3
commit 8e11e76e12

View File

@ -55,7 +55,6 @@ struct intr_handler {
int ih_need; /* Needs service. */
CK_SLIST_ENTRY(intr_handler) ih_next; /* Next handler for this event. */
u_char ih_pri; /* Priority of this handler. */
struct intr_thread *ih_thread; /* Ithread for filtered handler. */
};
/* Interrupt handle flags kept in ih_flags */