Wanpeng Li 2e63ad4bd5 x86/apic: Do not init irq remapping if ioapic is disabled
native_smp_prepare_cpus
  -> default_setup_apic_routing
    -> enable_IR_x2apic
      -> irq_remapping_prepare
        -> intel_prepare_irq_remapping
          -> intel_setup_irq_remapping		  

So IR table is setup even if "noapic" boot parameter is added. As a result we
crash later when the interrupt affinity is set due to a half initialized
remapping infrastructure.

Prevent remap initialization when IOAPIC is disabled.

Signed-off-by: Wanpeng Li <wanpeng.li@hotmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Joerg Roedel <joro@8bytes.org>
Link: http://lkml.kernel.org/r/1471954039-3942-1-git-send-email-wanpeng.li@hotmail.com
Cc: stable@vger.kernel.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2016-08-24 09:45:40 +02:00
..
2015-08-25 09:59:19 +02:00
2016-07-26 17:26:29 +10:00
2015-11-23 09:44:58 +01:00
2016-02-24 08:44:58 +01:00
2016-01-30 11:22:17 +01:00
2016-06-06 17:10:15 +02:00
2016-04-16 13:21:40 +02:00
2016-08-04 13:52:21 +02:00
2015-10-21 11:17:32 +02:00
2015-11-05 13:07:54 +01:00