Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 09/23/2000 14:10:58
Module Name: syssrc
Committed By: bjh21
Date: Sat Sep 23 11:10:58 UTC 2000
Modified Files:
syssrc/sys/arch/arm26/arm26: pmap.c
syssrc/sys/arch/arm26/include: pmap.h
Log Message:
Add a pmap_steal_memory implementation. This has two good consequences.
First, it reduces the kernel text segment by 1k or so.
Second, it should enable me to eventually allocate the pv_table dynamically.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/arm26/arm26/pmap.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/arm26/include/pmap.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.