aboutsummaryrefslogtreecommitdiff
path: root/include/arch
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-11-21 14:02:17 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2022-11-21 14:02:17 +0200
commit62d395d206171fdaf3fa62c495633990198db6c4 (patch)
treebed68b4a0fd5ff5897f78418fd3527eb05c72ec9 /include/arch
parentd312c853a8c9e6e2fd457fa5f840e65a9a738e7d (diff)
downloadkmi-62d395d206171fdaf3fa62c495633990198db6c4.tar.gz
kmi-62d395d206171fdaf3fa62c495633990198db6c4.zip
possible optimisations
Diffstat (limited to 'include/arch')
-rw-r--r--include/arch/vmem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/vmem.h b/include/arch/vmem.h
index c829629..ce43a55 100644
--- a/include/arch/vmem.h
+++ b/include/arch/vmem.h
@@ -162,6 +162,6 @@ stat_t destroy_vmem(struct vmem *b);
* @param r Source virtual memory of clone.
* @param b Destination virtual memory of clone.
*/
-void clone_uvmem(struct vmem *r, struct vmem *b);
+void clone_uvmem(struct vmem * restrict r, struct vmem * restrict b);
#endif /* APOS_ARCH_PAGES_H */