summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-10-18 08:10:25 +0000
committerjhb <jhb@FreeBSD.org>2000-10-18 08:10:25 +0000
commit1d1404649d7da88602ab09fa095eb9b5a0ff07eb (patch)
tree8fd0d4a1d8b18fdba737c528defff7e98fe67789 /sys
parent70682758733b12b5b348972256a3678d3d5c8202 (diff)
downloadFreeBSD-src-1d1404649d7da88602ab09fa095eb9b5a0ff07eb.zip
FreeBSD-src-1d1404649d7da88602ab09fa095eb9b5a0ff07eb.tar.gz
Don't needlessly pass the diagnostic counter to the idle_event event
handlers.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_idle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_idle.c b/sys/kern/kern_idle.c
index 343680f..5d8b78f 100644
--- a/sys/kern/kern_idle.c
+++ b/sys/kern/kern_idle.c
@@ -103,7 +103,7 @@ idle_proc(void *dummy)
continue;
/* call out to any cpu-becoming-idle events */
- EVENTHANDLER_FAST_INVOKE(idle_event, count);
+ EVENTHANDLER_FAST_INVOKE(idle_event);
}
mtx_enter(&sched_lock, MTX_SPIN);
OpenPOWER on IntegriCloud