mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Remove some debug code.
This commit is contained in:
parent
9592342320
commit
cfe8998cd6
1 changed files with 0 additions and 2 deletions
|
|
@ -199,7 +199,6 @@ pv_global_remove_all(vm_page_t m)
|
|||
pa = VM_PAGE_TO_PHYS(m);
|
||||
pvh = pv_lookup(pa);
|
||||
PV_LOCK();
|
||||
pv_dump(pvh);
|
||||
for (pstp = pvh_get_first(pvh); pstp != 0; pstp = pv_get_next(pstp))
|
||||
pv_atomic_bit_clear(pstp, TD_V);
|
||||
PV_UNLOCK();
|
||||
|
|
@ -207,7 +206,6 @@ pv_global_remove_all(vm_page_t m)
|
|||
PV_LOCK();
|
||||
while ((pstp = pvh_get_first(pvh)) != 0)
|
||||
pv_remove_phys(pstp);
|
||||
pv_dump(pvh);
|
||||
PV_UNLOCK();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue