diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/include/psl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/psl.h b/sys/arch/sparc64/include/psl.h index 517ed30f405..485899a3573 100644 --- a/sys/arch/sparc64/include/psl.h +++ b/sys/arch/sparc64/include/psl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: psl.h,v 1.19 2005/06/29 07:17:22 deraadt Exp $ */ +/* $OpenBSD: psl.h,v 1.20 2006/03/12 03:00:32 brad Exp $ */ /* $NetBSD: psl.h,v 1.20 2001/04/13 23:30:05 thorpej Exp $ */ /* @@ -403,7 +403,6 @@ SPLHOLD(spllpt, PIL_LPT) * Memory allocation (must be as high as highest network, tty, or disk device) */ SPLHOLD(splvm, PIL_VM) -#define splimp splvm SPLHOLD(splclock, PIL_CLOCK) |