Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Leo Weppelman <leo@netbsd.org>
List: source-changes
Date: 06/17/1999 00:59:16
Module Name: syssrc
Committed By: leo
Date: Thu Jun 17 07:59:16 UTC 1999
Modified Files:
syssrc/sys/arch/atari/atari: pmap.c
Log Message:
Comply with the changes Jason suggested yesterday. A copy of his log message:
Don't (ab)use uvm_map_pageable() to allocate PT pages. Instead, do
some internal reference counting on PT pages. We still allocate them
with the page fault routine (a wire-fault, now), but no longer free
PT pages from pmap_pageable().
To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 syssrc/sys/arch/atari/atari/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.