svn commit: r204305 - head/sys/conf

Warner Losh imp at FreeBSD.org
Thu Feb 25 11:54:10 UTC 2010


Author: imp
Date: Thu Feb 25 11:54:10 2010
New Revision: 204305
URL: http://svn.freebsd.org/changeset/base/204305

Log:
  Add CPU_CNMIPS for the core that's in Octeon CPUs.

Modified:
  head/sys/conf/options.mips

Modified: head/sys/conf/options.mips
==============================================================================
--- head/sys/conf/options.mips	Thu Feb 25 10:40:52 2010	(r204304)
+++ head/sys/conf/options.mips	Thu Feb 25 11:54:10 2010	(r204305)
@@ -34,6 +34,7 @@ CPU_MIPS64	opt_global.h
 CPU_SENTRY5	opt_global.h
 CPU_HAVEFPU	opt_global.h
 CPU_SB1 	opt_global.h
+CPU_CNMIPS	opt_global.h
 
 ISA_MIPS1	opt_cputype.h
 ISA_MIPS3	opt_cputype.h


More information about the svn-src-head mailing list