Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86: Add 'l' suffix to btr/bts instructions
Add an explicit suffix to the btr/bts instructions within atomic_test_and_{re,}set_bit. This addition silences the following assembler warnings: ktf/include/arch/x86/atomic.h:62: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts' ktf/include/arch/x86/atomic.h:74: Warning: no instruction mnemonic suffix given and no register operands; using default for `btr' Signed-off-by: Connor Davis <[email protected]>
- Loading branch information