git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4429f6
)
genirq: Warn if enable_irq is called before irq is set up
author
Thomas Gleixner
<tglx@linutronix.de>
Fri, 22 Oct 2010 12:47:57 +0000
(14:47 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Fri, 22 Oct 2010 14:10:29 +0000
(16:10 +0200)
The recent changes in the genirq core unearthed a bug in arch/um which
called enable_irq() before the interrupt was set up.
Warn and return instead of crashing the machine with a NULL pointer
dereference.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Richard Weinberger <richard@nod.at>
No differences found