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:
786b32f
)
powerpc/ibmebus: Get rid of the IRQ mapping in ibmebus_free_irq()
author
Sebastien Dugue
<sebastien.dugue@bull.net>
Thu, 27 Nov 2008 01:19:18 +0000
(
01:19
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 3 Dec 2008 09:46:36 +0000
(20:46 +1100)
ibmebus_free_irq() frees the IRQ but does not remove its mapping, which
results in stale entries in the map.
This fixes it by adding a call to irq_dispose_mapping() in
ibmebus_free_irq().
Signed-off-by: Sebastien Dugue <sebastien.dugue@bull.net>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
No differences found