From: Thomas Gleixner Date: Mon, 11 Oct 2010 09:55:37 +0000 (+0200) Subject: x86: Speed up the irq_remapped check in hot pathes X-Git-Tag: v2.6.37-rc1~191^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a0730d6649113c820217387a011a17dd4aff3ad;p=pandora-kernel.git x86: Speed up the irq_remapped check in hot pathes irq_2_iommu is in struct irq_cfg, so we can do the irq_remapped check based on irq_cfg instead of going through a lookup function. That's especially interesting in the eoi_ioapic_irq() hotpath. Signed-off-by: Thomas Gleixner Reviewed-by: Ingo Molnar Acked-by: Suresh Siddha Cc: David Woodhouse Cc: Jesse Barnes --- Reading git-diff-tree failed