Author: jhb
Date: Tue Oct 27 22:57:58 2015
New Revision: 290080
URL: https://svnweb.freebsd.org/changeset/base/290080

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

Modified:
  stable/10/sys/mips/include/pcpu.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/mips/include/pcpu.h
==============================================================================
--- stable/10/sys/mips/include/pcpu.h   Tue Oct 27 22:24:57 2015        
(r290079)
+++ stable/10/sys/mips/include/pcpu.h   Tue Oct 27 22:57:58 2015        
(r290080)
@@ -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-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to