Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/23/2001 18:42:32
Module Name: syssrc
Committed By: thorpej
Date: Mon Apr 23 15:42:32 UTC 2001
Modified Files:
syssrc/sys/arch/alpha/alpha: machdep.c pmap.c
Log Message:
The Alpha pmap_virtual_space() can return compile-time constants,
so do so. This allows us to call uvm_pageboot_alloc() before
pmap_bootstrap().
Also, the virtual_start variable is unneeded in the Alpha pmap
module, and virtual_end (and the mostly-unused-except-by-bus_dma
variables avail_start and avail_end) can be `computed' at the
same time.
To generate a diff of this commit:
cvs rdiff -r1.238 -r1.239 syssrc/sys/arch/alpha/alpha/machdep.c
cvs rdiff -r1.167 -r1.168 syssrc/sys/arch/alpha/alpha/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.