diff options
Diffstat (limited to 'sys/arch/kbus')
-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) |