Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 (Tek) 9/28/84 based on 9/17/84; site tekcrl.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!houxm!vax135!cornell!uw-beaver!tektronix!tekcrl!terryl From: terryl@tekcrl.UUCP () Newsgroups: net.unix,net.unix-wizards Subject: Re: difference btw splnet & splimp Message-ID: <112@tekcrl.UUCP> Date: Tue, 30-Apr-85 02:14:23 EDT Article-I.D.: tekcrl.112 Posted: Tue Apr 30 02:14:23 1985 Date-Received: Thu, 2-May-85 01:02:24 EDT References: <324@cheviot.UUCP> Lines: 13 Xref: watmath net.unix:4394 net.unix-wizards:13004 >What is the difference between "splnet" and "splimp"? >I had a look at machine instructions of them in /sys/machine/asm.sed, but >I could not understand their roles completely becuase there is no description >for register 0x16 in /sys/machine/mtpr.h. >What is the function of Reg.0x16? >For the record, I am using VAX750/4.2BSD. splnet() and splimp() set the processor priority to different values, and looking at the asm.sed, it looks like splnet() is between a spl1() and spl4(), and splimp is between a spl5 and a spl6(), approx. Note I say approx. `cause the VAX has 32(or is it 16?My reference books are all at work...) different processor priority levels, and I'm trying to relate them to the 8 levels on a PDP.