Subject: More inanity in the pmap interface
To: None <tech-kern@netbsd.org>
From: Charles M. Hannum <root@ihack.net>
List: tech-kern
Date: 03/24/1999 00:42:54
It seems, uh, `interesting' that, on systems where we do modified bit
emulation, when we take a write fault and go through the `slow'
uvm_fault() path to handle it, the page gets entered read-only and we
take another fault just to set the modified bit.

Does this seem silly to anyone else?  `Just checking.'