summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2020-12-21 14:41:10 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2020-12-21 14:41:10 +0100
commit932995bb27fa517192cb4130d3e79593a8904763 (patch)
tree941151c79e8d9fc05a1fe3517cea58514e9bf04b
parent41c60689b358e6c5d5b80451c800cc137ae2026e (diff)
downloadplan9front-932995bb27fa517192cb4130d3e79593a8904763.tar.xz
kernel: update procsave() comment, we'r not holding up->rlock anymore
-rw-r--r--sys/src/9/bcm/vfp3.c3
-rw-r--r--sys/src/9/pc/main.c3
-rw-r--r--sys/src/9/pc64/fpu.c3
-rw-r--r--sys/src/9/xen/main.c3
4 files changed, 4 insertions, 8 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.
*/
diff --git a/sys/src/9/pc/main.c b/sys/src/9/pc/main.c
index ba8fbc508..0bf5ab7c4 100644
--- a/sys/src/9/pc/main.c
+++ b/sys/src/9/pc/main.c
@@ -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.
*/
diff --git a/sys/src/9/pc64/fpu.c b/sys/src/9/pc64/fpu.c
index 1a5f31251..d95d897e3 100644
--- a/sys/src/9/pc64/fpu.c
+++ b/sys/src/9/pc64/fpu.c
@@ -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.
*/
diff --git a/sys/src/9/xen/main.c b/sys/src/9/xen/main.c
index 9d0b32ca1..22fe77dd4 100644
--- a/sys/src/9/xen/main.c
+++ b/sys/src/9/xen/main.c
@@ -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.
*/