Re: [PATCH 08/24] accel/tcg: Remove duplicate store to tb->page_addr[]

2022-10-25 Thread Alex Bennée
Richard Henderson writes: > When we added the fast path, we initialized page_addr[] early. > These stores in and around tb_page_add() are redundant; remove them. > > Fixes: 50627f1b7b1 ("accel/tcg: Add fast path for translator_ld*") > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée

[PATCH 08/24] accel/tcg: Remove duplicate store to tb->page_addr[]

2022-10-05 Thread Richard Henderson
When we added the fast path, we initialized page_addr[] early. These stores in and around tb_page_add() are redundant; remove them. Fixes: 50627f1b7b1 ("accel/tcg: Add fast path for translator_ld*") Signed-off-by: Richard Henderson --- accel/tcg/tb-maint.c | 3 --- 1 file changed, 3 deletions(-)