aboutsummaryrefslogtreecommitdiff
path: root/include/arch
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-10-29 21:17:31 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2024-10-29 21:17:31 +0200
commit5976ad390a15726c3ddfacf8c8b282c8350f9554 (patch)
tree24a55fcd7e6f28d048ac074da59f428b54a81cb0 /include/arch
parent314bca3dc19a864c76153bfcd5a58be8c40000f9 (diff)
downloadkmi-5976ad390a15726c3ddfacf8c8b282c8350f9554.tar.gz
kmi-5976ad390a15726c3ddfacf8c8b282c8350f9554.zip
start moving towards threads always being in rpc
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 1674e95..79c42b9 100644
--- a/include/arch/vmem.h
+++ b/include/arch/vmem.h
@@ -179,7 +179,7 @@ void destroy_vmem(struct vmem *b);
* @param r Source virtual memory of clone.
* @param b Destination virtual memory of clone.
*/
-void clone_uvmem(struct vmem * restrict r, struct vmem * restrict b);
+void clone_uvmem(struct vmem *r, struct vmem *b);
/**
* Jump into kernelspace from a physical address space.