diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-07-08 01:52:55 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-07-08 01:52:55 +0000 |
| commit | 19981bcd54c2f82514bc73bd3ee2f5434b82875f (patch) | |
| tree | bc01f1b798d92223561eb839277c7a87ba0d040f | |
| parent | 922b974a4466e34bd01ab59085155342fd89f703 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/machdep.c | 2 | ||||
| -rw-r--r-- | sys/i386/i386/machdep.c | 2 | ||||
| -rw-r--r-- | sys/pc98/i386/machdep.c | 2 | ||||
| -rw-r--r-- | sys/pc98/pc98/machdep.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 37e06198f536..75bd8b2d5814 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 37e06198f536..75bd8b2d5814 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 541c0e5b8315..ec61eba88544 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 541c0e5b8315..ec61eba88544 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. */ |
