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-09 12:30:56 -07:00
2007-05-11 08:29:33 -07:00
2007-05-11 08:29:33 -07:00
2007-05-15 08:54:00 -07:00
2007-05-09 12:30:56 -07:00
2007-05-12 11:32:49 +10:00
2007-05-11 05:38:25 -04:00
2007-05-14 03:53:12 -07:00
2007-05-14 04:19:01 -07:00
2007-05-15 18:56:37 -07:00