Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Oct 1998 23:46:17 +0400
From:      Dmitrij Tejblum <tejblum@arc.hq.cti.ru>
To:        freebsd-bugs@FreeBSD.ORG
Subject:   Bug in pmap_ts_referenced?
Message-ID:  <199810091946.XAA26980@arc.hq.cti.ru>

next in thread | raw e-mail | index | archive | help
It seems that the loop in pmap_ts_referenced checks only one pv_entry: 
it move the first pv_entry to the tail of the pv_table_t 
TAIL_QUEUE, and then loops to next pv_entry...

I suspect this is not desired. (The moving pv_entry to the end of TAIL_QUEUE 
was introduced 1998/03/16 (rev 1.190) by John Dyson.)

Dima



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810091946.XAA26980>