mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
Remove the extra _RD as _RDTUN already includes it.
Submitted by: emaste MFC after: 2 weeks
This commit is contained in:
parent
f3ad8ea007
commit
d68b7cfac5
1 changed files with 1 additions and 1 deletions
|
|
@ -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?");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue