Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2012 17:25:36 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r232869 - head/sys/dev/hwpmc
Message-ID:  <201203121725.q2CHPadr076168@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon Mar 12 17:25:35 2012
New Revision: 232869
URL: http://svn.freebsd.org/changeset/base/232869

Log:
  This header file no longer exists when doing cross builds, so remove it.
  
  mips24k hwpmc now compiles again.

Modified:
  head/sys/dev/hwpmc/hwpmc_mips24k.c

Modified: head/sys/dev/hwpmc/hwpmc_mips24k.c
==============================================================================
--- head/sys/dev/hwpmc/hwpmc_mips24k.c	Mon Mar 12 15:41:36 2012	(r232868)
+++ head/sys/dev/hwpmc/hwpmc_mips24k.c	Mon Mar 12 17:25:35 2012	(r232869)
@@ -35,7 +35,6 @@ __FBSDID("$FreeBSD$");
 
 #include <machine/cpu.h>
 #include <machine/cpufunc.h>
-#include <machine/cputypes.h>
 #include <machine/pmc_mdep.h>
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203121725.q2CHPadr076168>