Skip to content
Commit 56f1319e authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent e2f04e18
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment