From owner-freebsd-smp Sun Nov 24 15:46:27 1996 Return-Path: owner-smp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA20696 for smp-outgoing; Sun, 24 Nov 1996 15:46:27 -0800 (PST) Received: (from fsmp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA20689 for freebsd-smp; Sun, 24 Nov 1996 15:46:24 -0800 (PST) Date: Sun, 24 Nov 1996 15:46:24 -0800 (PST) From: Steve Passe Message-Id: <199611242346.PAA20689@freefall.freebsd.org> To: freebsd-smp Subject: cvs commit: sys/kern init_main.c Sender: owner-smp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fsmp 96/11/24 15:46:23 Modified: kern init_main.c Log: hack to get around the brokenness of the smp_idleloop(). smp_idleloop now ignores the idle proc queue. cpu_switch() still checks it so (non cpuidleN) idle procs will still run, but they may be slow to start. This greatly improves single task execution speed. Revision Changes Path 1.32 +11 -4 sys/kern/init_main.c