From 62d395d206171fdaf3fa62c495633990198db6c4 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 21 Nov 2022 14:02:17 +0200 Subject: possible optimisations --- include/arch/vmem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/arch/vmem.h') 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 */ -- cgit v1.3