From owner-cvs-sys Sat May 31 02:22:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA15128 for cvs-sys-outgoing; Sat, 31 May 1997 02:22:49 -0700 (PDT) Received: from spinner.dialix.com.au (spinner.dialix.com.au [192.203.228.67]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA15055; Sat, 31 May 1997 02:22:19 -0700 (PDT) Received: from spinner.dialix.com.au (localhost.dialix.com.au [127.0.0.1]) by spinner.dialix.com.au with ESMTP id RAA16574; Sat, 31 May 1997 17:22:11 +0800 (WST) Message-Id: <199705310922.RAA16574@spinner.dialix.com.au> X-Mailer: exmh version 2.0gamma 1/27/96 To: Peter Wemm cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/include ipl.h spl.h In-reply-to: Your message of "Sat, 31 May 1997 02:16:36 MST." <199705310916.CAA18482@freefall.freebsd.org> Date: Sat, 31 May 1997 17:22:10 +0800 From: Peter Wemm Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Peter Wemm wrote: > peter 1997/05/31 02:16:36 PDT > > Modified files: > sys/i386/include ipl.h > Removed files: > sys/i386/include spl.h > Log: > move spl.h to ipl.h, minus the inline spl macros. The inline spl > implementation is now in isa/ipl_funcs.c (at least for the time being), > leaving the definitions of the SWI_* and cpl/idelayed/ipending. All these have been pretty much Reviewed by: bde over the last few days, in case I forgot more of them. There are things that he's not totally happy with (but neither am I), but we need this for other smp work. The polish can come later once it's clear _exactly_ what is needed. > Revision Changes Path > 1.9 +63 -12 src/sys/i386/include/ipl.h Cheers, -Peter