commit | 56f1319e877a969b814b3805c77ea9c31d849f54 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sat Jun 10 12:42:12 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Jun 10 12:42:12 2006 +0100 |
tree | a7a03703cf04fae3db12b7b444ca9847f04618e3 | |
parent | e2f04e18941dbd3826901540a0be03f1728f8822 [diff] |
[ARM] Fix Integrator and Versatile interrupt initialisation Both Integrator and Versatile were using set_irq_handler() and enable_irq(), and working around the initialisation of the chained interrupt, instead of the more correct set_irq_chained_handler() function. Fix Integrator and Versatile to use the right function, and remove these work-arounds. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>