diff options
Diffstat (limited to 'arch/x86/kernel/apic/probe_64.c')
| -rw-r--r-- | arch/x86/kernel/apic/probe_64.c | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/kernel/apic/probe_64.c b/arch/x86/kernel/apic/probe_64.c index f9e4e6a5407..d8c4a6feb28 100644 --- a/arch/x86/kernel/apic/probe_64.c +++ b/arch/x86/kernel/apic/probe_64.c @@ -79,13 +79,6 @@ void __init default_setup_apic_routing(void)  		/* need to update phys_pkg_id */  		apic->phys_pkg_id = apicid_phys_pkg_id;  	} - -	/* -	 * Now that apic routing model is selected, configure the -	 * fault handling for intr remapping. -	 */ -	if (intr_remapping_enabled) -		enable_drhd_fault_handling();  }  /* Same for both flat and physical. */  |