svn commit: r232869 - head/sys/dev/hwpmc

Adrian Chadd adrian at FreeBSD.org
Mon Mar 12 17:25:36 UTC 2012


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>
 
 /*


More information about the svn-src-head mailing list