From d68b7cfac5cf60d15a22f03d71fc431bb129b488 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Fri, 13 May 2016 15:29:40 +0000 Subject: [PATCH] Remove the extra _RD as _RDTUN already includes it. Submitted by: emaste MFC after: 2 weeks --- sys/x86/x86/mca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/x86/x86/mca.c b/sys/x86/x86/mca.c index 9347af2c660..b3d60660fdc 100644 --- a/sys/x86/x86/mca.c +++ b/sys/x86/x86/mca.c @@ -104,7 +104,7 @@ SYSCTL_INT(_hw_mca, OID_AUTO, intel6h_HSD131, CTLFLAG_RDTUN, &intel6h_HSD131, 0, "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?");