commit | 9f9d39e403faf5e1a22334fe4df96516e4f389a8 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <[email protected]> | Wed Sep 26 12:44:46 2012 +0200 |
committer | Joerg Roedel <[email protected]> | Mon Jan 28 12:17:27 2013 +0100 |
tree | e181e0166d2c7eb29c0ee3f29d844b8a764c226f | |
parent | 9b1b0e42f54bc452817f4bb6a8d939afe4f04303 [diff] |
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 <[email protected]> Acked-by: Sebastian Andrzej Siewior <[email protected]> Reviewed-by: Konrad Rzeszutek Wilk <[email protected]>