diff options
author | briggs <briggs@cvs.openbsd.org> | 1996-06-23 16:24:09 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1996-06-23 16:24:09 +0000 |
commit | bb4232dad97b11e272586ba1b6636599dbf1c420 (patch) | |
tree | 99324cddba84c667682ff150f8292a37d468c835 /sys/arch/mac68k/include/psl.h | |
parent | 252db660a924a3d62fea584d4e2d2b172839dd49 (diff) |
Sync up with NetBSD.
Diffstat (limited to 'sys/arch/mac68k/include/psl.h')
-rw-r--r-- | sys/arch/mac68k/include/psl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mac68k/include/psl.h b/sys/arch/mac68k/include/psl.h index dc8e0bec9ce..a0784901bed 100644 --- a/sys/arch/mac68k/include/psl.h +++ b/sys/arch/mac68k/include/psl.h @@ -1,5 +1,5 @@ -/* $OpenBSD: psl.h,v 1.4 1996/05/26 18:36:00 briggs Exp $ */ -/* $NetBSD: psl.h,v 1.9 1996/05/19 04:30:32 briggs Exp $ */ +/* $OpenBSD: psl.h,v 1.5 1996/06/23 16:24:06 briggs Exp $ */ +/* $NetBSD: psl.h,v 1.11 1996/06/21 21:51:15 briggs Exp $ */ #ifndef PSL_C #include <m68k/psl.h> @@ -41,7 +41,7 @@ #define spltty() spl1() /* disallow tty (softserial & ADB) */ #define splbio() spl2() /* disallow block I/O */ #define splnet() spl2() /* disallow network */ -#define splimp() spl2() /* disallow goblins and other nonsense */ +#define splimp() spl2() /* mutual exclusion for memory allocation */ #define splclock() spl2() /* disallow clock (and other) interrupts */ #define splstatclock() spl2() /* ditto */ #define splzs() spl4() /* disallow serial hw interrupts */ |