Richard Henderson writes:
> Precompute the initial tb->cflags value for a cpu from its cluster
> and the number of cpus live in the system. This avoids having to
> compute this constant data every time we look up a TB.
>
> Signed-off-by: Richard Henderson
Reviewed-by: Alex Bennée
Tested-by:
Precompute the initial tb->cflags value for a cpu from its cluster
and the number of cpus live in the system. This avoids having to
compute this constant data every time we look up a TB.
Signed-off-by: Richard Henderson
---
Based-on: <20210224165811.11567-1-alex.ben...@linaro.org>
("Experimentin