Commit 5bdb7934 authored by Robert Richter's avatar Robert Richter

oprofile/x86: remove duplicate IBS capability check

The check is already done in ibs_exit().
Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
parent da759fe5
......@@ -490,8 +490,7 @@ static int init_ibs_nmi(void)
/* uninitialize the APIC for the IBS interrupts if needed */
static void clear_ibs_nmi(void)
{
if (ibs_caps)
on_each_cpu(apic_clear_ibs_nmi_per_cpu, NULL, 1);
on_each_cpu(apic_clear_ibs_nmi_per_cpu, NULL, 1);
}
/* initialize the APIC for the IBS interrupts if available */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment