Date: Thu, 21 Nov 2019 23:55:19 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r354987 - head/sys/sys Message-ID: <201911212355.xALNtJGn095968@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glebius Date: Thu Nov 21 23:55:19 2019 New Revision: 354987 URL: https://svnweb.freebsd.org/changeset/base/354987 Log: Delete ih_thread. Should have gone in r334170. Modified: head/sys/sys/interrupt.h Modified: head/sys/sys/interrupt.h ============================================================================== --- head/sys/sys/interrupt.h Thu Nov 21 21:59:35 2019 (r354986) +++ head/sys/sys/interrupt.h Thu Nov 21 23:55:19 2019 (r354987) @@ -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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911212355.xALNtJGn095968>