diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2000-07-06 15:25:05 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2000-07-06 15:25:05 +0000 |
commit | 9f7d0b7df9481c0acebc8cc0f27af6dd737c6243 (patch) | |
tree | 4b70373e3747048c7e62e323db95b786476e20e7 /sys/arch/kbus/include | |
parent | 84659e9a63be386af0d7e58612a02a4fe18e2b59 (diff) |
Add spllowersoftclock(), same as splsoftclock(). (art@ ok)
Diffstat (limited to 'sys/arch/kbus/include')
-rw-r--r-- | sys/arch/kbus/include/psl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/kbus/include/psl.h b/sys/arch/kbus/include/psl.h index 9d1b56aa143..d7cf31b71ae 100644 --- a/sys/arch/kbus/include/psl.h +++ b/sys/arch/kbus/include/psl.h @@ -173,8 +173,9 @@ setpil15 (void) extern int name __P((void)); SPL(splsoftint, SPL_NET) -#define splsoftclock splsoftint -#define splsoftnet splsoftint +#define spllowersoftclock splsoftint +#define splsoftclock splsoftint +#define splsoftnet splsoftint /* Block devices */ SPL(splbio, SPL_BIO) |