From 09a4a69c1d1ce392a678009cb3a14ef4faa94460 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Fri, 12 Dec 2003 21:25:56 +0000 Subject: [PATCH] Although sometimes to the uninitiated, it may seem like goup, KSEGOUP is actually spelt KSEGROUP. Go figure. Reported by: samy@kerneled.com --- sys/kern/kern_switch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_switch.c b/sys/kern/kern_switch.c index 2dee8e324a0..ee38e88d9fc 100644 --- a/sys/kern/kern_switch.c +++ b/sys/kern/kern_switch.c @@ -29,7 +29,7 @@ Here is the logic.. If there are N processors, then there are at most N KSEs (kernel schedulable entities) working to process threads that belong to a -KSEGOUP (kg). If there are X of these KSEs actually running at the +KSEGROUP (kg). If there are X of these KSEs actually running at the moment in question, then there are at most M (N-X) of these KSEs on the run queue, as running KSEs are not on the queue.