summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-07-08 01:52:55 +0000
committerpeter <peter@FreeBSD.org>2002-07-08 01:52:55 +0000
commit477d844890eaa15352c69579d11fca4141ff99f0 (patch)
treebc01f1b798d92223561eb839277c7a87ba0d040f
parentce302369fbc64b2aa6f88338e81f3b1b823e19c9 (diff)
downloadFreeBSD-src-477d844890eaa15352c69579d11fca4141ff99f0.zip
FreeBSD-src-477d844890eaa15352c69579d11fca4141ff99f0.tar.gz
s/procrunnable/kserunnable/ in a comment
-rw-r--r--sys/amd64/amd64/machdep.c2
-rw-r--r--sys/i386/i386/machdep.c2
-rw-r--r--sys/pc98/i386/machdep.c2
-rw-r--r--sys/pc98/pc98/machdep.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 37e0619..75bd8b2 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -789,7 +789,7 @@ SYSCTL_INT(_machdep, OID_AUTO, cpu_idle_hlt, CTLFLAG_RW,
/*
* Note that we have to be careful here to avoid a race between checking
- * procrunnable() and actually halting. If we don't do this, we may waste
+ * kserunnable() and actually halting. If we don't do this, we may waste
* the time between calling hlt and the next interrupt even though there
* is a runnable process.
*/
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index 37e0619..75bd8b2 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -789,7 +789,7 @@ SYSCTL_INT(_machdep, OID_AUTO, cpu_idle_hlt, CTLFLAG_RW,
/*
* Note that we have to be careful here to avoid a race between checking
- * procrunnable() and actually halting. If we don't do this, we may waste
+ * kserunnable() and actually halting. If we don't do this, we may waste
* the time between calling hlt and the next interrupt even though there
* is a runnable process.
*/
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index 541c0e5..ec61eba 100644
--- a/sys/pc98/i386/machdep.c
+++ b/sys/pc98/i386/machdep.c
@@ -810,7 +810,7 @@ SYSCTL_INT(_machdep, OID_AUTO, cpu_idle_hlt, CTLFLAG_RW,
/*
* Note that we have to be careful here to avoid a race between checking
- * procrunnable() and actually halting. If we don't do this, we may waste
+ * kserunnable() and actually halting. If we don't do this, we may waste
* the time between calling hlt and the next interrupt even though there
* is a runnable process.
*/
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index 541c0e5..ec61eba 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -810,7 +810,7 @@ SYSCTL_INT(_machdep, OID_AUTO, cpu_idle_hlt, CTLFLAG_RW,
/*
* Note that we have to be careful here to avoid a race between checking
- * procrunnable() and actually halting. If we don't do this, we may waste
+ * kserunnable() and actually halting. If we don't do this, we may waste
* the time between calling hlt and the next interrupt even though there
* is a runnable process.
*/
OpenPOWER on IntegriCloud