mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 14:43:58 +08:00
oprofile/x86: remove duplicate IBS capability check
The check is already done in ibs_exit(). Signed-off-by: Robert Richter <robert.richter@amd.com>
This commit is contained in:
parent
da759fe5be
commit
5bdb7934ca
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user