]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/apic/apic.c
Merge commit 'v2.6.37-rc7' into perf/core
[karo-tx-linux.git] / arch / x86 / kernel / apic / apic.c
index e9e2a93783f9d6e98bbf9c627eb0e8429afc2175..fb7657822aadd7cb0954f6483490b5e9a0279f60 100644 (file)
@@ -1383,6 +1383,14 @@ void __cpuinit end_local_APIC_setup(void)
 #endif
 
        apic_pm_activate();
+
+       /*
+        * Now that local APIC setup is completed for BP, configure the fault
+        * handling for interrupt remapping.
+        */
+       if (!smp_processor_id() && intr_remapping_enabled)
+               enable_drhd_fault_handling();
+
 }
 
 #ifdef CONFIG_X86_X2APIC