diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-04-29 07:35:25 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-04-29 07:35:25 +0000 |
commit | 58b795ff3804354615895262e28a384888974748 (patch) | |
tree | eb5db6c8d5fc0eeb8ef3cbf2df312c1be54a9e4a /sys/arch/sparc64/include | |
parent | 0b9f832710043487d06d6c864886495eda2d4a68 (diff) |
Define placeholders for art's splassert() debugging stuff on all arches.
Currently as no-ops everywhere.
ok art@, deraadt@
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 */ |