zephyr/subsys/demand_paging/eviction
Daniel Leung c1e81855bc demand_paging: eviction/nru: fix incorrect dirty bit return val
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>
2021-09-20 19:43:02 -04:00
..
CMakeLists.txt demand_paging: add NRU algorithm 2021-01-23 19:47:23 -05:00
Kconfig demand_paging: add NRU algorithm 2021-01-23 19:47:23 -05:00
nru.c demand_paging: eviction/nru: fix incorrect dirty bit return val 2021-09-20 19:43:02 -04:00