mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-01 08:48:20 +00:00
6cb89f79e3
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.