mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
Delete ih_thread. Should have gone in r334170.
This commit is contained in:
parent
130fffa2a3
commit
8e11e76e12
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354987
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user