Date: Tue, 8 Mar 2016 08:57:54 +0000 (UTC) From: Stanislav Galabov <sgalabov@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r296492 - head/sys/conf Message-ID: <201603080857.u288vsRj092374@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603080857.u288vsRj092374>