diff options
author | jhb <jhb@FreeBSD.org> | 2015-10-27 22:57:58 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2015-10-27 22:57:58 +0000 |
commit | 0cbc4b1b34411b4e62099fc56e6d75824acac40e (patch) | |
tree | b69ad964a7cfc1cf58caa37d36b4482e032e1983 /sys/mips/include/pcpu.h | |
parent | 45602cd37fb23343d88d6a0d19bf25cc8eb78db3 (diff) | |
download | FreeBSD-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.
Diffstat (limited to 'sys/mips/include/pcpu.h')
-rw-r--r-- | sys/mips/include/pcpu.h | 1 |
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 \ |