Date: Thu, 21 Oct 2010 17:59:25 GMT From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 184964 for review Message-ID: <201010211759.o9LHxPVA073100@skunkworks.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@184964?ac=10 Change 184964 by gonzo@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)); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010211759.o9LHxPVA073100>