kernel: update procsave() comment, we'r not holding up->rlock anymore

This commit is contained in:
cinap_lenrek 2020-12-21 14:41:10 +01:00
parent 41c60689b3
commit 932995bb27
4 changed files with 4 additions and 8 deletions

View file

@ -286,8 +286,7 @@ fpuprocsave(Proc *p)
/*
* Fpsave() stores without handling pending
* unmasked exeptions. Postnote() can't be called
* here as sleep() already has up->rlock, so
* the handling of pending exceptions is delayed
* so the handling of pending exceptions is delayed
* until the process runs again and generates an
* emulation fault to activate the FPU.
*/

View file

@ -316,8 +316,7 @@ procsave(Proc *p)
/*
* Fpsave() stores without handling pending
* unmasked exeptions. Postnote() can't be called
* here as sleep() already has up->rlock, so
* the handling of pending exceptions is delayed
* so the handling of pending exceptions is delayed
* until the process runs again and generates an
* emulation fault to activate the FPU.
*/

View file

@ -323,8 +323,7 @@ fpuprocsave(Proc *p)
/*
* Fpsave() stores without handling pending
* unmasked exeptions. Postnote() can't be called
* here as sleep() already has up->rlock, so
* the handling of pending exceptions is delayed
* so the handling of pending exceptions is delayed
* until the process runs again and generates an
* emulation fault to activate the FPU.
*/

View file

@ -370,8 +370,7 @@ procsave(Proc *p)
/*
* Fpsave() stores without handling pending
* unmasked exeptions. Postnote() can't be called
* here as sleep() already has up->rlock, so
* the handling of pending exceptions is delayed
* so the handling of pending exceptions is delayed
* until the process runs again and generates an
* emulation fault to activate the FPU.
*/