commit | c2851a9b1caa420c2cdbd517617166990e3723c0 | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Thu Dec 01 12:51:05 2011 -0500 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Sat Dec 03 15:31:47 2011 -0500 |
tree | bd888b6b0451f96b58c41dd9d8b1b25f4d362587 | |
parent | 3989efb77046ad334518b6cddcf817184affe7c9 [diff] |
arch/tile: fix double-free bug in homecache_free_pages() When freeing the page with this API, the page was "put" twice. This was only discovered bringing up an MPT fusion controller, which actually used the API; it hadn't been invoked previously, so the bug had gone unnoticed. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>