mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-02 17:21:13 +00:00
ff378a8c5b
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