diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-08-25 22:09:04 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-08-25 22:09:04 +0000 |
commit | f24e24c9846a58c5f4846244c34a98a952207776 (patch) | |
tree | 05d5e4cc21884c72f780c362de88f92b3750cdca | |
parent | 5eebaf24ce7896f6b3c1353402aeb023131db5bf (diff) |
Real mutexes for sparc64. Some comments from henric@ and claudio@.
Tested by fkr@, claudio@, nick@.
-rw-r--r-- | sys/arch/sparc64/sparc64/genassym.cf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/sparc64/sparc64/genassym.cf b/sys/arch/sparc64/sparc64/genassym.cf index b86bf0a0f64..881533a9a82 100644 --- a/sys/arch/sparc64/sparc64/genassym.cf +++ b/sys/arch/sparc64/sparc64/genassym.cf @@ -1,4 +1,4 @@ -# $OpenBSD: genassym.cf,v 1.16 2007/05/28 23:10:10 beck Exp $ +# $OpenBSD: genassym.cf,v 1.17 2007/08/25 22:09:03 kettenis Exp $ # $NetBSD: genassym.cf,v 1.23 2001/08/08 00:09:30 eeh Exp $ # @@ -93,6 +93,7 @@ include <machine/db_machdep.h> endif include <machine/pmap.h> include <machine/cpu.h> +include <machine/mutex.h> include <machine/bsd_openprom.h> include <machine/reg.h> @@ -277,3 +278,8 @@ export TLB_E export TLB_P export TLB_W export TLB_G + +struct mutex +member mtx_wantipl +member mtx_oldipl +member mtx_owner |