x86/apic: Simplify enable_IR_x2apic(), remove try_to_enable_IR()
authorDou Liyang <douly.fnst@cn.fujitsu.com>
Thu, 23 Feb 2017 09:16:41 +0000 (17:16 +0800)
committerIngo Molnar <mingo@kernel.org>
Wed, 1 Mar 2017 09:09:09 +0000 (10:09 +0100)
commit11277aabcbbe13916151af897d29a5e9f71ca73f
tree79fe58f1b2f35e10f78f7b0292c8a1a53fd5824a
parentbb3f0a52630c84807fca9bdd76ac2f5dcec82689
x86/apic: Simplify enable_IR_x2apic(), remove try_to_enable_IR()

The following commit:

  2e63ad4bd5dd ("x86/apic: Do not init irq remapping if ioapic is disabled")

... added a check for skipped IO-APIC setup to enable_IR_x2apic(), but this
check is also duplicated in try_to_enable_IR() - and it will never succeed in
calling irq_remapping_enable().

Remove the whole irq_remapping_enable() complication: if the IO-APIC is
disabled we cannot enable IRQ remapping.

Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: bp@alien8.de
Cc: nicstange@gmail.com
Cc: wanpeng.li@hotmail.com
Link: http://lkml.kernel.org/r/1487841401-1543-1-git-send-email-douly.fnst@cn.fujitsu.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/apic/apic.c