From owner-cvs-sys Mon Jun 30 18:36:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA29365 for cvs-sys-outgoing; Mon, 30 Jun 1997 18:36:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA29331; Mon, 30 Jun 1997 18:36:22 -0700 (PDT) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA22293; Mon, 30 Jun 1997 18:34:32 -0700 (PDT) Date: Mon, 30 Jun 1997 18:34:32 -0700 (PDT) Message-Id: <199707010134.SAA22293@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 swtch.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/06/30 18:34:32 PDT Modified files: sys/i386/i386 swtch.s Log: Un-inline a call to spl0(). It is not time critical, and was only inline because there was no non-inline spl0() to call. Don't frob intr_nesting_level in idle() or cpu_switch(). Interrupts are mostly disabled then, so the frobbing had little effect. Revision Changes Path 1.54 +2 -10 src/sys/i386/i386/swtch.s