aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-10-31 14:02:19 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2024-11-01 10:27:59 +0200
commitd89e51f7d4312ec9a3b8b7175475ef794c7c4d35 (patch)
treed7160418a8c1e320635483a168653cc6ac8c5ee4 /include
parent576e73d39d89cf59e5a26fd3f3e9e6787578025d (diff)
downloadkmi-d89e51f7d4312ec9a3b8b7175475ef794c7c4d35.tar.gz
kmi-d89e51f7d4312ec9a3b8b7175475ef794c7c4d35.zip
update some docs
Diffstat (limited to 'include')
-rw-r--r--include/arch/tcb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/arch/tcb.h b/include/arch/tcb.h
index 709a3db..b04dc56 100644
--- a/include/arch/tcb.h
+++ b/include/arch/tcb.h
@@ -125,6 +125,10 @@ void open_rpc(struct tcb *t, vm_t top);
* ctx | user | user | <
* ```
*
+ * @note \p top is (at least currently) not checked for legitimacy, it is
+ * assumed that \ref in_rpc_stack() has been checked beforehand. Should probably
+ * handle this better.
+ *
* @param t tcb whose stack to grow.
* @param top Address to grow to.
*/