Date: Thu, 28 May 2015 12:33:21 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r283645 - head/sys/mips/include Message-ID: <201505281233.t4SCXL6i098837@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505281233.t4SCXL6i098837>