]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vm_phys: convert error back to warning
authorDoug Moore <dougm@FreeBSD.org>
Fri, 31 Dec 2021 06:23:46 +0000 (00:23 -0600)
committerDoug Moore <dougm@FreeBSD.org>
Fri, 31 Dec 2021 06:23:46 +0000 (00:23 -0600)
commite6930b1c5f8f9307f72eda1b5b3c504dc009cbc6
treed3cde9054d7eedbf69596ff88311ba75ecfe66b9
parent01e115ab83a4b82216e02198dbcc7c794a752711
vm_phys: convert error back to warning

Move an assignment back to where it was before, to turn the
defined-but-not-used error back into a set-but-not-used warning.

Fixes: 01e115ab83a4 vm_phys: #include vm_extern
sys/vm/vm_phys.c