From owner-cvs-all Sat Jul 10 9:59:44 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 33E7214C05; Sat, 10 Jul 1999 09:59:38 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id CAA20881; Sun, 11 Jul 1999 02:59:36 +1000 Date: Sun, 11 Jul 1999 02:59:36 +1000 From: Bruce Evans Message-Id: <199907101659.CAA20881@godzilla.zeta.org.au> To: bde@FreeBSD.org, green@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa intr_machdep.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> Fixed a longstanding scheduling bug. ASTs and softclock interrupts were >The only functional change is oldspl being intrmask_t instead of int. Is >that what fixes it? If so, when should we using intrmask_t instead of int? >Just curious :) That change is only cosmetic. The functional change is `|= SWI_CLOCK_MASK' in icu_setup(). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message