From owner-cvs-sys Sat May 31 02:19:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA14886 for cvs-sys-outgoing; Sat, 31 May 1997 02:19:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA14820; Sat, 31 May 1997 02:16:56 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA18482; Sat, 31 May 1997 02:16:36 -0700 (PDT) Date: Sat, 31 May 1997 02:16:36 -0700 (PDT) Message-Id: <199705310916.CAA18482@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include ipl.h spl.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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. Revision Changes Path 1.9 +63 -12 src/sys/i386/include/ipl.h