Russell King 0f347bb913 [ARM] gic: Fix gic cascade irq handling
No need for the cascade irq function to have a "fastcall" annotation.
Fix the range checking for valid IRQ numbers - comparing the value
returned by the GIC with NR_IRQS is meaningless since we translate
the GIC irq number to a Linux IRQ number afterwards.

Check the GIC returned IRQ number is within limits first, then add
the IRQ offset, and only then compare with NR_IRQS.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2007-05-17 10:11:34 +01:00
..
2007-05-16 15:37:48 +01:00
2007-05-12 16:12:12 +01:00
2007-05-08 11:15:22 -07:00
2007-05-08 11:15:22 -07:00
2007-05-08 11:15:22 -07:00
2007-05-08 11:15:22 -07:00
2007-05-08 11:15:22 -07:00
2007-05-08 11:15:22 -07:00
2007-05-08 11:15:22 -07:00
2007-05-08 11:15:22 -07:00
2007-05-08 11:15:22 -07:00
2007-05-11 17:19:20 +01:00
2007-05-08 11:15:22 -07:00
2007-05-08 11:15:22 -07:00
2007-05-10 15:51:09 -07:00
2007-05-11 19:54:39 +01:00