| commit | 8d1da57d57e6d464805ba909d8df5c8af21fe3d6 | [log] [tgz] |
|---|---|---|
| author | Nicolas Pitre <npitre@baylibre.com> | Fri Oct 17 14:24:26 2025 -0400 |
| committer | Johan Hedberg <johan.hedberg@gmail.com> | Tue Oct 21 22:53:04 2025 +0300 |
| tree | 4ff9b04796fb226d579ccc5c560be00c7de33113 | |
| parent | d93561da682e97b8b6efbb17888db52103a9303b [diff] |
kernel: mmu: k_mem_page_frame_evict() fix locking typo ... when CONFIG_DEMAND_PAGING_ALLOW_IRQ is set. Found during code inspection. k_mem_page_frame_evict() is otherwise rarely used, Signed-off-by: Nicolas Pitre <npitre@baylibre.com>