mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-11 15:04:20 +00:00
Older ARM processors like ARMv6, or Cortex A8 need to write back changes of the page-tables to physical ram because the MMU does not use the cache. This naturally needs to be done not only when adding a mapping, but on removal too. Fix #3715