target/ppc: Remove larx/stcx. memory barrier semantics
commit2c901dca1863515bd71c3f351610f0698cb8f0b4
authorNicholas Piggin <npiggin@gmail.com>
Mon, 5 Jun 2023 02:54:44 +0000 (5 12:54 +1000)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Sat, 10 Jun 2023 13:19:24 +0000 (10 10:19 -0300)
tree69028d53b1235203ced15b9ed16092cc8fc0c3c5
parent392d328abe7534a6e852151740913e2cd50426bc
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>
target/ppc/translate.c