Re: [PATCH 3/7] x86,tlb: change tlbstate.is_lazy to tlbstate.state

From: Dave Hansen
Date: Fri Jun 22 2018 - 13:02:07 EST


On 06/20/2018 12:56 PM, Rik van Riel wrote:
> +#define TLBSTATE_OK 0
> +#define TLBSTATE_LAZY 1

Could we spell out a bit more about what "OK" means in comments? It
obviously means "not lazy", but anything else?