mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-21 17:57:44 +00:00
Add 'resume_faulter' syscall that is similar to 'resume_thread', but is called only when resuming a thread after resolving its pagefault. This way the kernel can flush caches after resolving a pagefault. This is because by now the MMU doesn't use caches when doing a pagetable walk.