From 0cbc4b1b34411b4e62099fc56e6d75824acac40e Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 27 Oct 2015 22:57:58 +0000 Subject: 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. --- sys/mips/include/pcpu.h | 1 + 1 file changed, 1 insertion(+) 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 #include #define PCPU_MD_COMMON_FIELDS \ -- cgit v1.1