commit | f452e8f092b3e500ac955e44b7a3f1680d62d8f7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 01 16:26:27 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 18 13:01:00 2024 -0600 |
tree | 19f40f83ee123b09286180db8fb2c2246f0b5893 | |
parent | 505b21b60720f00ef67d880fa7f176cbd207c1c3 [diff] |
sandbox: Implement reference counting for address mapping An address may be mapped twice and unmapped twice. Delete the mapping only when the last user unmaps it. Fix a missing comment while here. Signed-off-by: Simon Glass <sjg@chromium.org>