Date: Sat, 09 Jan 1999 23:59:13 +1000 From: Stephen McKay <syssgm@dtir.qld.gov.au> To: Dmitrij Tejblum <dt@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, syssgm@dtir.qld.gov.au Subject: Re: cvs commit: src/sys/i386/i386 pmap.c Message-ID: <199901091359.XAA22824@nymph.dtir.qld.gov.au> In-Reply-To: <199901072215.OAA21336@freefall.freebsd.org> from Dmitrij Tejblum at "Thu, 07 Jan 1999 14:15:52 -0800" References: <199901072215.OAA21336@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday, 7th January 1999, Dmitrij Tejblum wrote: >dt 1999/01/07 14:15:52 PST > > Modified files: > sys/i386/i386 pmap.c > Log: > Make pmap_ts_referenced check more than 1 pv_entry. (One should be carefull > when move elements to the tail of a list in a loop...) > > Revision Changes Path > 1.216 +5 -5 src/sys/i386/i386/pmap.c So it's now a big NOP instead of executing the loop once. I think I'll try the new kernel anyway, to see how much it degrades. Should be fun. ;-) There's no need for all that removing and inserting anyway. Zap it and the bugs will depart for other dark parts of the code. Stephen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901091359.XAA22824>