Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Dec 2016 13:53:06 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r309529 - stable/10/sys/dev/cxgbe
Message-ID:  <201612041353.uB4Dr6oY027642@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612041353.uB4Dr6oY027642>