svn commit: r290080 - stable/10/sys/mips/include
John Baldwin
jhb at FreeBSD.org
Tue Oct 27 22:58:00 UTC 2015
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 \
More information about the svn-src-stable-10
mailing list