Skip to content
Snippets Groups Projects
Commit 26579216 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: redo handling of bad irqs


With the common IRQ code initializing much more of the irq_desc state, we
can't blindly initialize it ourselves to the local bad_irq state.  If we
do, we end up wrongly clobbering many fields.  So punt most of the bad irq
code as the common layers will handle the default state, and simply call
handle_bad_irq() directly when the IRQ we are processing is invalid.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent a200ad22
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment