diff options
Diffstat (limited to 'sys/arch/sparc64/include')
-rw-r--r-- | sys/arch/sparc64/include/psl.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc64/include/psl.h b/sys/arch/sparc64/include/psl.h index 520087e4af7..8e9447cb65e 100644 --- a/sys/arch/sparc64/include/psl.h +++ b/sys/arch/sparc64/include/psl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: psl.h,v 1.4 2002/03/14 03:16:01 millert Exp $ */ +/* $OpenBSD: psl.h,v 1.5 2002/04/29 07:35:23 miod Exp $ */ /* $NetBSD: psl.h,v 1.20 2001/04/13 23:30:05 thorpej Exp $ */ /* @@ -262,6 +262,9 @@ static __inline void splx(int); #endif static __inline u_int64_t getver(void); +/* SPL asserts */ +#define splassert(wantipl) /* nothing */ + /* * GCC pseudo-functions for manipulating privileged registers */ |