Revert the previous revision now that atomic_store_rel_ptr() actually

works.
This commit is contained in:
John Baldwin 2001-01-14 09:56:35 +00:00
parent 9d979d8912
commit 285e3ac733
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71024
2 changed files with 0 additions and 8 deletions

View File

@ -62,10 +62,6 @@ extern char STR_SIEN[];
#define mtx_legal2block() (read_eflags() & PSL_I)
/* Actually release mtx_lock quickly assuming that we own it */
#define _release_lock_quick(mp) \
atomic_cmpset_rel_int(&(mp)->mtx_lock, (mp)->mtx_lock, MTX_UNOWNED)
/*
* Assembly macros (for internal use only)
*------------------------------------------------------------------------------

View File

@ -62,10 +62,6 @@ extern char STR_SIEN[];
#define mtx_legal2block() (read_eflags() & PSL_I)
/* Actually release mtx_lock quickly assuming that we own it */
#define _release_lock_quick(mp) \
atomic_cmpset_rel_int(&(mp)->mtx_lock, (mp)->mtx_lock, MTX_UNOWNED)
/*
* Assembly macros (for internal use only)
*------------------------------------------------------------------------------