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 /sys/pc98 | |
| parent | 922b974a4466e34bd01ab59085155342fd89f703 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/i386/machdep.c | 2 | ||||
| -rw-r--r-- | sys/pc98/pc98/machdep.c | 2 |
2 files changed, 2 insertions, 2 deletions
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. */ |
