svn commit: r309529 - stable/10/sys/dev/cxgbe

Konstantin Belousov kib at FreeBSD.org
Sun Dec 4 13:53:08 UTC 2016


Author: kib
Date: Sun Dec  4 13:53:06 2016
New Revision: 309529
URL: https://svnweb.freebsd.org/changeset/base/309529

Log:
  Add sys/systm.h to have critical_enter() defined, required by
  machine/counter.h on i386.
  
  This is a direct commit to stable/10.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/sys/dev/cxgbe/t4_vf.c

Modified: stable/10/sys/dev/cxgbe/t4_vf.c
==============================================================================
--- stable/10/sys/dev/cxgbe/t4_vf.c	Sun Dec  4 05:55:18 2016	(r309528)
+++ stable/10/sys/dev/cxgbe/t4_vf.c	Sun Dec  4 13:53:06 2016	(r309529)
@@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$");
 #include "opt_inet6.h"
 
 #include <sys/param.h>
+#include <sys/systm.h>
 #include <sys/bus.h>
 #include <sys/conf.h>
 #include <sys/counter.h>


More information about the svn-src-all mailing list