commit | 7b4b425897cd582897ccc38b637ce7ab5ffc5593 | [log] [tgz] |
---|---|---|
author | David Rientjes <rientjes@google.com> | Tue Apr 14 15:42:37 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 14 16:48:56 2015 -0700 |
tree | 7170fb95137d73487fe8be5f97b40be055c39862 | |
parent | 5017335d6d8c1fc3bbc04f80785440885f305879 [diff] |
arch/sh/kernel/dwarf.c: destroy mempools on cleanup dwarf_reg_pool and dwarf_frame_pool are not properly destroyed when cleaning up the dwarf unwinder. Destroy them with mempool_destroy(). Also mark dwarf_unwinder_cleanup() as __init. Signed-off-by: David Rientjes <rientjes@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>