From: Joerg Roedel Date: Wed, 26 Sep 2012 10:44:46 +0000 (+0200) Subject: x86, io-apic: Remove !irq_remapped() check from __target_IO_APIC_irq() X-Git-Tag: v3.9-rc1~169^2~1^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f9d39e403faf5e1a22334fe4df96516e4f389a8;p=pandora-kernel.git x86, io-apic: Remove !irq_remapped() check from __target_IO_APIC_irq() This function is only called from default_ioapic_set_affinity() which is only used when interrupt remapping is disabled since the introduction of the set_affinity function pointer. So the check will always evaluate as true and can be removed. Signed-off-by: Joerg Roedel Acked-by: Sebastian Andrzej Siewior Reviewed-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed