mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
In k_mem_paging_eviction_select(), the returned dirty bit value may not be actually associated with the page selected, but rather the last page examined. So fix this. Signed-off-by: Daniel Leung <daniel.leung@intel.com>