svn commit: r296492 - head/sys/conf

Stanislav Galabov sgalabov at FreeBSD.org
Tue Mar 8 08:57:55 UTC 2016


Author: sgalabov
Date: Tue Mar  8 08:57:53 2016
New Revision: 296492
URL: https://svnweb.freebsd.org/changeset/base/296492

Log:
  Add MIPS_INTRNG to sys/conf/options.mips
  
  This was somehow missed in the commit of
  https://reviews.freebsd.org/D5182
  although it was in the original diff submitted for review.
  
  Approved by:	adrian (mentor)
  Differential Revision:	https://reviews.freebsd.org/D5568

Modified:
  head/sys/conf/options.mips

Modified: head/sys/conf/options.mips
==============================================================================
--- head/sys/conf/options.mips	Tue Mar  8 08:39:53 2016	(r296491)
+++ head/sys/conf/options.mips	Tue Mar  8 08:57:53 2016	(r296492)
@@ -140,3 +140,8 @@ RT305X_USE_UART			opt_rt305x.h
 # Options that affect the pmap.
 #
 PV_STATS		opt_pmap.h
+
+#
+# Options to use INTRNG code
+#
+MIPS_INTRNG		opt_global.h


More information about the svn-src-head mailing list