The alpha doesn't have a eflags register, so don't refer to it here.

This commit is contained in:
jhb 2000-09-11 06:42:50 +00:00
parent c8011d6b72
commit 58da1cbc4e
2 changed files with 0 additions and 4 deletions

View File

@ -496,8 +496,6 @@ _mtx_try_enter(mtx_t *mtxp, int type, const char *file, int line)
return rval;
}
#define mtx_legal2block() (read_eflags() & 0x200)
/*
* Release lock m
*/

View File

@ -496,8 +496,6 @@ _mtx_try_enter(mtx_t *mtxp, int type, const char *file, int line)
return rval;
}
#define mtx_legal2block() (read_eflags() & 0x200)
/*
* Release lock m
*/