K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-31T09:03:52.000000Z K 7 svn:log V 478 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). END