On Tue, 20 Mar 2018 13:03:45 +1100
David Gibson wrote:
> ppc_tr_init_disas_context() correctly sets lazy_tlb_flush to true on
> certain CPU models. However, it leaves it uninitialized, instead of
> setting it to false on all others.
>
> It wasn't caught before now because we didn't have example
On 20.03.2018 03:03, David Gibson wrote:
> ppc_tr_init_disas_context() correctly sets lazy_tlb_flush to true on
> certain CPU models. However, it leaves it uninitialized, instead of
> setting it to false on all others.
>
> It wasn't caught before now because we didn't have examples in the tests
>
ppc_tr_init_disas_context() correctly sets lazy_tlb_flush to true on
certain CPU models. However, it leaves it uninitialized, instead of
setting it to false on all others.
It wasn't caught before now because we didn't have examples in the tests
that exercised this path. However it can now be cau