opnsense-src/sys/amd64
Dimitry Andric 1fcaea242a Fix unused variable warning in amd64's pmap.c
With clang 15, the following -Werror warning is produced:

    sys/amd64/amd64/pmap.c:8274:22: error: variable 'freed' set but not used [-Werror,-Wunused-but-set-variable]
            int allfree, field, freed, i, 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

(cherry picked from commit 7a1f289bd2)
2022-07-29 20:30:00 +02:00
..
acpica amd64 wakeup: rework trampoline page allocation 2021-09-20 03:47:21 +03:00
amd64 Fix unused variable warning in amd64's pmap.c 2022-07-29 20:30:00 +02:00
cloudabi32 fork: Allow ABI to specify fork return values for child. 2022-06-17 22:33:28 +03:00
cloudabi64 fork: Allow ABI to specify fork return values for child. 2022-06-17 22:33:28 +03:00
conf linux(4): Get rid of Linuxulator kernel build options. 2022-06-17 22:30:22 +03:00
ia32 x86: Add a NT_X86_SEGBASES register set. 2022-05-13 09:45:19 -07:00
include vmm: add tunable to trap WBINVD 2022-06-20 17:05:36 +02:00
linux linux(4): To reuse MD linux.h hide kernel dependencies unde _KERNEL constraint 2022-07-06 14:02:15 +03:00
linux32 linux(4): To reuse MD linux.h hide kernel dependencies unde _KERNEL constraint 2022-07-06 14:02:15 +03:00
pci pci_cfgreg.c: Use io port config access for early boot time. 2019-04-09 18:07:17 +00:00
sgx Convert remaining cap_rights_init users to cap_rights_init_one 2021-01-12 13:16:10 +00:00
vmm vm_object: Modify various drivers to allocate OBJT_SWAP objects 2022-07-27 09:50:51 -04:00
Makefile Bring the tags and links entries for amd64 up to date. 2021-10-07 16:01:46 -07:00