diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-10-31 14:02:19 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-11-01 10:27:59 +0200 |
| commit | d89e51f7d4312ec9a3b8b7175475ef794c7c4d35 (patch) | |
| tree | d7160418a8c1e320635483a168653cc6ac8c5ee4 /include/arch/tcb.h | |
| parent | 576e73d39d89cf59e5a26fd3f3e9e6787578025d (diff) | |
| download | kmi-d89e51f7d4312ec9a3b8b7175475ef794c7c4d35.tar.gz kmi-d89e51f7d4312ec9a3b8b7175475ef794c7c4d35.zip | |
update some docs
Diffstat (limited to 'include/arch/tcb.h')
| -rw-r--r-- | include/arch/tcb.h | 4 |
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. */ |
