Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 05/19/1997 21:00:03
leo
Mon May 19 13:58:20 PDT 1997
Update of /a/cvsroot/src/sys/vm
In directory netbsd1:/home/leo/src/sys/vm

Modified Files:
      Tag: mrg-vm-swap2
	vm_swap.c 
Log Message:
- Try keeping the holdcount of 'vp' correct in sw_reg_strategy().
- Rearrange swstrategy() a bit now tha sw_reg_strategy() is a separate
  function.
- Try to keep the regions executed at splbio as small as possible.
- Fix some typos in the b_[valid|dirty]* handling