mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
membarrier.h: fix typo
Sponsored by: The FreeBSD Foundation (cherry picked from commit 357185a966c10397c971ef23525943ebc47d58d9)
This commit is contained in:
parent
b90d68c9b2
commit
3f0d6925ef
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ enum membarrier_cmd {
|
|||
|
||||
/*
|
||||
* RSEQ constants are defined for source compatibility but are
|
||||
* not yes supported, MEMBARRIER_CMD_QUERY does not return
|
||||
* not yet supported, MEMBARRIER_CMD_QUERY does not return
|
||||
* them in the mask.
|
||||
*/
|
||||
MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ = 0x00000080,
|
||||
|
|
|
|||
Loading…
Reference in a new issue