Pranith Kumar <bobby.pr...@gmail.com> writes: > Update the comment which is not true since MTTCG.
What happened to the cover letter? We seem to have a mix of patches but no summary of the overall outcome. > > Reviewed-by: Richard Henderson <r...@twiddle.net> > Signed-off-by: Pranith Kumar <bobby.pr...@gmail.com> > --- > target/arm/translate-a64.c | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c > index 2200e25be0..f42b155d7d 100644 > --- a/target/arm/translate-a64.c > +++ b/target/arm/translate-a64.c > @@ -2012,10 +2012,6 @@ static void disas_ldst_excl(DisasContext *s, uint32_t > insn) > } > tcg_addr = read_cpu_reg_sp(s, rn, 1); > > - /* Note that since TCG is single threaded load-acquire/store-release > - * semantics require no extra if (is_lasr) { ... } handling. > - */ > - > if (is_excl) { > if (!is_store) { > s->is_ldex = true; -- Alex Bennée