On 12/11/21 20:11, Peter Maydell wrote: > In several places we have a local variable max_l2_entries which is > the number of entries which will fit in a level 2 table. The > calculations done on this value are correct; rename it to > num_l2_entries to fit the convention we're using in this code. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > hw/intc/arm_gicv3_its.c | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>