diff options
-rw-r--r-- | share/man/man9/arch.9 | 5 |
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 |