| commit | 2c901dca1863515bd71c3f351610f0698cb8f0b4 | [log] [tgz] |
|---|---|---|
| author | Nicholas Piggin <npiggin@gmail.com> | Mon Jun 05 12:54:44 2023 +1000 |
| committer | Daniel Henrique Barboza <danielhb413@gmail.com> | Sat Jun 10 10:19:24 2023 -0300 |
| tree | 69028d53b1235203ced15b9ed16092cc8fc0c3c5 | |
| parent | 392d328abe7534a6e852151740913e2cd50426bc [diff] |
target/ppc: Remove larx/stcx. memory barrier semantics larx and stcx. are not defined to order any memory operations. Remove the barriers. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Message-Id: <20230605025445.161932-3-npiggin@gmail.com> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>