On Mon, Jul 17, 2017 at 13:07:53 -1000, Richard Henderson wrote: > On 07/16/2017 10:03 AM, Emilio G. Cota wrote: > >- tb->invalid = true; > >+ tb->cflags |= CF_INVALID; > > Modulo the store_release comment for the last patch,
same thing: note tb_lock is always held when checking the flag, and also on removal. E.