summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2015-10-27 22:57:58 +0000
committerjhb <jhb@FreeBSD.org>2015-10-27 22:57:58 +0000
commit0cbc4b1b34411b4e62099fc56e6d75824acac40e (patch)
treeb69ad964a7cfc1cf58caa37d36b4482e032e1983
parent45602cd37fb23343d88d6a0d19bf25cc8eb78db3 (diff)
downloadFreeBSD-src-0cbc4b1b34411b4e62099fc56e6d75824acac40e.zip
FreeBSD-src-0cbc4b1b34411b4e62099fc56e6d75824acac40e.tar.gz
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.
-rw-r--r--sys/mips/include/pcpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mips/include/pcpu.h b/sys/mips/include/pcpu.h
index 89b6525..f4be33d 100644
--- a/sys/mips/include/pcpu.h
+++ b/sys/mips/include/pcpu.h
@@ -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 \
OpenPOWER on IntegriCloud