Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 12/07/2000 23:48:59
Module Name: syssrc
Committed By: bjh21
Date: Thu Dec 7 21:48:59 UTC 2000
Modified Files:
syssrc/sys/arch/arm26/arm26: locore.S start.c
Removed Files:
syssrc/sys/arch/arm26/arm26: zeropage.S
Log Message:
Merge zero page into the start of locore. This allows us to just map the
start of the kernel text segment in at address 0 to get zero-page properly
mapped. This should save us one page, but that may need a bit of extra
shuffling before we can easily tell UVM about it.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/arm26/arm26/locore.S \
syssrc/sys/arch/arm26/arm26/start.c
cvs rdiff -r1.1 -r0 syssrc/sys/arch/arm26/arm26/zeropage.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.