PERFORCE change 184964 for review
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Thu Oct 21 17:59:26 UTC 2010
http://p4web.freebsd.org/@@184964?ac=10
Change 184964 by gonzo at gonzo_figaro on 2010/10/21 17:58:53
- Remove unneccessary mtx assert
Affected files ...
.. //depot/projects/avr32/src/sys/avr32/avr32/pmap.c#25 edit
Differences ...
==== //depot/projects/avr32/src/sys/avr32/avr32/pmap.c#25 (text+ko) ====
@@ -1682,7 +1682,7 @@
if ((m->flags & (PG_FICTITIOUS | PG_UNMANAGED)) != 0) {
return (FALSE);
}
- mtx_assert(&vm_page_queue_mtx, MA_OWNED);
+
return (!TAILQ_EMPTY(&m->md.pv_list));
}
More information about the p4-projects
mailing list