svn commit: r354987 - head/sys/sys

Gleb Smirnoff glebius at FreeBSD.org
Thu Nov 21 23:55:20 UTC 2019


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 */


More information about the svn-src-all mailing list