We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f764c58 commit c634dc6Copy full SHA for c634dc6
arch/x86/events/intel/core.c
@@ -4179,7 +4179,7 @@ static struct attribute *intel_pmu_caps_attrs[] = {
4179
NULL
4180
};
4181
4182
-DEVICE_BOOL_ATTR(allow_tsx_force_abort, 0644, allow_tsx_force_abort);
+static DEVICE_BOOL_ATTR(allow_tsx_force_abort, 0644, allow_tsx_force_abort);
4183
4184
static struct attribute *intel_pmu_attrs[] = {
4185
&dev_attr_freeze_on_smi.attr,
0 commit comments