Author: bz
Date: Fri May 13 15:29:40 2016
New Revision: 299680
URL: https://svnweb.freebsd.org/changeset/base/299680
Log:
Remove the extra _RD as _RDTUN already includes it.
Submitted by: emaste
MFC after: 2 weeks
Modified:
head/sys/x86/x86/mca.c
Modified: head/sys/x86/x86/mca.c
==============================================================================
--- head/sys/x86/x86/mca.c Fri May 13 15:15:54 2016 (r299679)
+++ head/sys/x86/x86/mca.c Fri May 13 15:29:40 2016 (r299680)
@@ -104,7 +104,7 @@ SYSCTL_INT(_hw_mca, OID_AUTO, intel6h_HS
"Administrative toggle for logging of spurious corrected errors");
int workaround_erratum383;
-SYSCTL_INT(_hw_mca, OID_AUTO, erratum383, CTLFLAG_RD|CTLFLAG_RDTUN,
+SYSCTL_INT(_hw_mca, OID_AUTO, erratum383, CTLFLAG_RDTUN,
&workaround_erratum383, 0,
"Is the workaround for Erratum 383 on AMD Family 10h processors enabled?");
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"