aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-03-13 23:31:58 -0400
committerIan Moffett <ian@osmora.org>2024-03-13 23:31:58 -0400
commit78b9e698a1dc8760a37815d0ee0d6e1280f024c1 (patch)
tree21a86d3871e24f0efc5874f51904d603966b2f64
parenta2b2dbaa71278769e9dbf5ca611cd0d5f3b896ed (diff)
man: arch(9): Document processor_free_pcb()
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r--share/man/man9/arch.95
1 files changed, 5 insertions, 0 deletions
diff --git a/share/man/man9/arch.9 b/share/man/man9/arch.9
index 89cdb41..5bcac2d 100644
--- a/share/man/man9/arch.9
+++ b/share/man/man9/arch.9
@@ -124,5 +124,10 @@ by the machdep subsystem, specifically in the
.Ft processor_init_pcb()
routine.
+The
+.Ft processor_free_pcb()
+routine shall also be implemented per arch to deallocate
+resources when the thread is killed.
+
.Sh AUTHORS
.An Ian Moffett Aq Mt ian@osmora.org