Date: Sat, 31 May 1997 02:03:54 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa ipl.s Message-ID: <199705310903.CAA18336@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705310903.CAA18336>
