commit | 7b1425a91b452a5624925c35cec7ac1ad568fac9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Apr 12 09:58:31 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 12 10:01:44 2021 +0200 |
tree | 1d781e78adf71464ad41c8c42f0c9ed1e59f8567 | |
parent | 44982715ba74623ade9ff96f7b2fd95245af25ab [diff] |
MINOR: atomic: reimplement the relaxed version of x86 BTS/BTR Olivier spotted that I messed up during a rebase of commit 92c059c2a ("MINOR: atomic: implement native BTS/BTR for x86"), losing the x86 version of the BTS/BTR and leaving the generic version for it instead of having this block in the #else. Since this variant is not used for now it was easy to overlook it. Let's re-implement it here.