Skip to content
Commit c2851a9b authored by Chris Metcalf's avatar Chris Metcalf
Browse files

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: default avatarChris Metcalf <cmetcalf@tilera.com>
parent 3989efb7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment