freebsd-dev/sys/powerpc/aim
Dimitry Andric 3446738e8d Fix unused variable warning in mmu_radix.c
With clang 15, the following -Werror warning is produced:

    sys/powerpc/aim/mmu_radix.c:5409:22: error: variable 'freed' set but not used [-Werror,-Wunused-but-set-variable]
            int allfree, field, freed, idx;
                                ^

The 'freed' variable is only used when PV_STATS is defined. Ensure it is
only declared and set in that case.

MFC after:	3 days
2022-08-15 20:48:34 +02:00
..
aim_machdep.c Adjust function definition in aim_machdep.c to avoid clang 15 warning 2022-08-15 20:48:34 +02:00
locore32.S
locore64.S
locore.S
mmu_oea64.c Adjust function definitions in mmu_oea64.c to avoid clang 15 warnings 2022-08-15 20:48:34 +02:00
mmu_oea64.h
mmu_oea.c
mmu_radix.c Fix unused variable warning in mmu_radix.c 2022-08-15 20:48:34 +02:00
moea64_native.c ppc mmoea64: Workaround set but unused warnings for RB_NEXT. 2022-04-12 14:58:58 -07:00
mp_cpudep.c powerpc cpudep_ap_setup: Quite unused variable warnings. 2022-04-12 14:58:59 -07:00
slb.c
trap_subr32.S AST: rework 2022-08-02 21:11:09 +03:00
trap_subr64.S AST: rework 2022-08-02 21:11:09 +03:00