commit | 3d1b5e206a4f0ce46f2aa138590738c5d8e118ac | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@bga.com> | Tue May 24 20:34:17 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu May 26 13:38:59 2011 +1000 |
tree | 23e10e1c4d3a89bdb6c870998e3b4843358e75b8 | |
parent | 8142f032a90680ed2fb080ca694ffe9509276361 [diff] |
powerpc/irq: Always free duplicate IRQ_LEGACY hosts Since kmem caches are allocated before init_IRQ as noted in 3af259d155 (powerpc: Radix trees are available before init_IRQ), we now call kmalloc in all cases and can can always call kfree if we are asked to allocate a duplicate or conflicting IRQ_HOST_MAP_LEGACY host. Signed-off-by: Milton Miller <miltonm@bga.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>