svn commit: r283645 - head/sys/mips/include
Bjoern A. Zeeb
bz at FreeBSD.org
Thu May 28 12:33:21 UTC 2015
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 \
More information about the svn-src-all
mailing list