diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-12-21 14:41:10 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-12-21 14:41:10 +0100 |
commit | 932995bb27fa517192cb4130d3e79593a8904763 (patch) | |
tree | 941151c79e8d9fc05a1fe3517cea58514e9bf04b /sys/src/9/bcm | |
parent | 41c60689b358e6c5d5b80451c800cc137ae2026e (diff) |
kernel: update procsave() comment, we'r not holding up->rlock anymore
Diffstat (limited to 'sys/src/9/bcm')
-rw-r--r-- | sys/src/9/bcm/vfp3.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/src/9/bcm/vfp3.c b/sys/src/9/bcm/vfp3.c index cefeda261..8f8588118 100644 --- a/sys/src/9/bcm/vfp3.c +++ b/sys/src/9/bcm/vfp3.c @@ -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. */ |