diff options
author | 2008-06-11 12:35:38 +0000 | |
---|---|---|
committer | 2008-06-11 12:35:38 +0000 | |
commit | e9e52ee3261aced75061b593a900c7b645509a31 (patch) | |
tree | 89013ddd9e45dd90de04038c2e3b1a7127712353 /sys/kern/kern_sched.c | |
parent | further step on the road to tags: (diff) | |
download | wireguard-openbsd-e9e52ee3261aced75061b593a900c7b645509a31.tar.xz wireguard-openbsd-e9e52ee3261aced75061b593a900c7b645509a31.zip |
back out biomem diff since it is not right yet. Doing very large
file copies to nfsv2 causes the system to eventually peg the console.
On the console ^T indicates that the load is increasing rapidly, ddb
indicates many calls to getbuf, there is some very slow nfs traffic
making none (or extremely slow) progress. Eventually some machines
seize up entirely.
Diffstat (limited to 'sys/kern/kern_sched.c')
-rw-r--r-- | sys/kern/kern_sched.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/kern_sched.c b/sys/kern/kern_sched.c index 0759e01f2b8..1aa25f464a9 100644 --- a/sys/kern/kern_sched.c +++ b/sys/kern/kern_sched.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_sched.c,v 1.4 2008/06/10 20:14:36 beck Exp $ */ +/* $OpenBSD: kern_sched.c,v 1.5 2008/06/11 12:35:46 deraadt Exp $ */ /* * Copyright (c) 2007 Artur Grabowski <art@openbsd.org> * @@ -113,8 +113,6 @@ sched_idle(void *v) } } - splassert(IPL_NONE); - cpu_idle_enter(); while (sched_is_idle()) cpu_idle_cycle(); |