Author: bz
Date: Thu May 28 12:33:21 2015
New Revision: 283645
URL: https://svnweb.freebsd.org/changeset/base/283645

Log:
  Similarly to other architecture, add the include for cpufunc.h which is
  needed for pte.h by vmstat to resolve MIPS_CCA_UNCACHED.

Modified:
  head/sys/mips/include/pcpu.h

Modified: head/sys/mips/include/pcpu.h
==============================================================================
--- head/sys/mips/include/pcpu.h        Thu May 28 09:20:35 2015        
(r283644)
+++ head/sys/mips/include/pcpu.h        Thu May 28 12:33:21 2015        
(r283645)
@@ -31,6 +31,7 @@
 #ifndef _MACHINE_PCPU_H_
 #define        _MACHINE_PCPU_H_
 
+#include <machine/cpufunc.h>
 #include <machine/pte.h>
 
 #define        PCPU_MD_COMMON_FIELDS                                           
\
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to