we have splraise() now
authordlg <dlg@openbsd.org>
Tue, 17 Jul 2018 03:32:10 +0000 (03:32 +0000)
committerdlg <dlg@openbsd.org>
Tue, 17 Jul 2018 03:32:10 +0000 (03:32 +0000)
commit8c0832a24f813ae37f6dc46451581ab175725d86
tree35578ab852f6c46076f45efed137430db52fcbf1
parentc6ff4b20364b050ae82779e09be2c0adf4aa4c49
we have splraise() now

previously the code would do a series of comparisons to IPL_FOO and
IPL_BAR, and use splfoo() and splbar() as needed, but for like a
dozen different IPl levels (i may be exaggerating). splraise() rolls
all of that up.

ok deraadt@ mpi@
sys/dev/pci/pccbb.c