commit | 6358d6cb328a772eb6f02c870da61709d539480f | [log] [tgz] |
---|---|---|
author | Sebastien Dugue <sebastien.dugue@bull.net> | Thu Nov 27 01:19:18 2008 +0000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Dec 03 20:46:36 2008 +1100 |
tree | d9cf83f298f36d54b12b80af5d59e541d66eaefc | |
parent | 786b32f892dc341b607445bdef29d8e41a840925 [diff] |
powerpc/ibmebus: Get rid of the IRQ mapping in ibmebus_free_irq() 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>