Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/06/1999 22:31:40
Module Name: syssrc
Committed By: thorpej
Date: Wed Jul 7 05:31:40 UTC 1999
Modified Files:
syssrc/sys/uvm: uvm_amap.h uvm_amap_i.h
Log Message:
Don't bother returning the "slot" number from amap_add():
* Nothing currently uses this return value.
* It's arguably an abstraction violation.
Fix amap_unadd()'s API to be consistent w/ amap_add()'s: rather than
take a vm_amap * and a slot number, take a vm_aref * and an offset.
It's now actually possible to use amap_unadd() to remove an anon from
an amap.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 syssrc/sys/uvm/uvm_amap.h
cvs rdiff -r1.12 -r1.13 syssrc/sys/uvm/uvm_amap_i.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.