kernel: update procsave() comment, we'r not holding up->rlock anymore
This commit is contained in:
parent
41c60689b3
commit
932995bb27
4 changed files with 4 additions and 8 deletions
|
@ -286,8 +286,7 @@ fpuprocsave(Proc *p)
|
||||||
/*
|
/*
|
||||||
* Fpsave() stores without handling pending
|
* Fpsave() stores without handling pending
|
||||||
* unmasked exeptions. Postnote() can't be called
|
* unmasked exeptions. Postnote() can't be called
|
||||||
* here as sleep() already has up->rlock, so
|
* so the handling of pending exceptions is delayed
|
||||||
* the handling of pending exceptions is delayed
|
|
||||||
* until the process runs again and generates an
|
* until the process runs again and generates an
|
||||||
* emulation fault to activate the FPU.
|
* emulation fault to activate the FPU.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -316,8 +316,7 @@ procsave(Proc *p)
|
||||||
/*
|
/*
|
||||||
* Fpsave() stores without handling pending
|
* Fpsave() stores without handling pending
|
||||||
* unmasked exeptions. Postnote() can't be called
|
* unmasked exeptions. Postnote() can't be called
|
||||||
* here as sleep() already has up->rlock, so
|
* so the handling of pending exceptions is delayed
|
||||||
* the handling of pending exceptions is delayed
|
|
||||||
* until the process runs again and generates an
|
* until the process runs again and generates an
|
||||||
* emulation fault to activate the FPU.
|
* emulation fault to activate the FPU.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -323,8 +323,7 @@ fpuprocsave(Proc *p)
|
||||||
/*
|
/*
|
||||||
* Fpsave() stores without handling pending
|
* Fpsave() stores without handling pending
|
||||||
* unmasked exeptions. Postnote() can't be called
|
* unmasked exeptions. Postnote() can't be called
|
||||||
* here as sleep() already has up->rlock, so
|
* so the handling of pending exceptions is delayed
|
||||||
* the handling of pending exceptions is delayed
|
|
||||||
* until the process runs again and generates an
|
* until the process runs again and generates an
|
||||||
* emulation fault to activate the FPU.
|
* emulation fault to activate the FPU.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -370,8 +370,7 @@ procsave(Proc *p)
|
||||||
/*
|
/*
|
||||||
* Fpsave() stores without handling pending
|
* Fpsave() stores without handling pending
|
||||||
* unmasked exeptions. Postnote() can't be called
|
* unmasked exeptions. Postnote() can't be called
|
||||||
* here as sleep() already has up->rlock, so
|
* so the handling of pending exceptions is delayed
|
||||||
* the handling of pending exceptions is delayed
|
|
||||||
* until the process runs again and generates an
|
* until the process runs again and generates an
|
||||||
* emulation fault to activate the FPU.
|
* emulation fault to activate the FPU.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue