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