Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2015 22:57:59 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r290080 - stable/10/sys/mips/include
Message-ID:  <201510272257.t9RMvxNc097837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Tue Oct 27 22:57:58 2015
New Revision: 290080
URL: https://svnweb.freebsd.org/changeset/base/290080

Log:
  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.

Modified:
  stable/10/sys/mips/include/pcpu.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/mips/include/pcpu.h
==============================================================================
--- stable/10/sys/mips/include/pcpu.h	Tue Oct 27 22:24:57 2015	(r290079)
+++ stable/10/sys/mips/include/pcpu.h	Tue Oct 27 22:57:58 2015	(r290080)
@@ -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?201510272257.t9RMvxNc097837>