On Fri, May 13, 2016 at 5:16 PM, Ed Maste <[email protected]> wrote:

> On 13 May 2016 at 11:11, Bjoern A. Zeeb <[email protected]> wrote:
> > Author: bz
> > Date: Fri May 13 15:11:17 2016
> > New Revision: 299678
> > URL: https://svnweb.freebsd.org/changeset/base/299678
> >
> ...
> > -SYSCTL_INT(_hw_mca, OID_AUTO, erratum383, CTLFLAG_RD,
> &workaround_erratum383, 0,
> > +SYSCTL_INT(_hw_mca, OID_AUTO, erratum383, CTLFLAG_RD|CTLFLAG_RDTUN,
> > +    &workaround_erratum383, 0,
>
> Note that CTLFLAG_RDTUN is already (CTLFLAG_RD|CTLFLAG_TUN) so there's
> no need for CTLFLAG_RD
>

Fix me, but this only true for 11-CURRENT, and not for older releases.

> _______________________________________________
> [email protected] mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-head
> To unsubscribe, send any mail to "[email protected]"
>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to