The alpha doesn't have a eflags register, so don't refer to it here.
This commit is contained in:
parent
c8011d6b72
commit
58da1cbc4e
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user