mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The alpha doesn't have a eflags register, so don't refer to it here.
This commit is contained in:
parent
d594498f75
commit
d742034d88
2 changed files with 0 additions and 4 deletions
|
|
@ -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 a new issue