From owner-cvs-sys Sat May 31 02:07:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA14362 for cvs-sys-outgoing; Sat, 31 May 1997 02:07:12 -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 CAA14272; Sat, 31 May 1997 02:04:13 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA18336; Sat, 31 May 1997 02:03:54 -0700 (PDT) Date: Sat, 31 May 1997 02:03:54 -0700 (PDT) Message-Id: <199705310903.CAA18336@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa ipl.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/05/31 02:03:53 PDT Modified files: sys/i386/isa ipl.s Log: Store the macro values for SWI_TTY_MASK and SWI_NET_MASK in variables to that lkm's can use them for fiddling the masks without being dependent on which mode the kernel is compiled in (SMP or UP). This is particularly for ppp_tty.c which has some domain crossing between the net and tty subsystems. The values are not used in the spl code, they are for reference only (ie: the compiled code uses immediate values rather than an indirect 32 bit address and 32 bit data fetch). Revision Changes Path 1.2 +6 -1 src/sys/i386/isa/ipl.s