Subject: CVS commit: syssrc/sys/arch/evbarm/iq80310
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/17/2002 01:37:06
Module Name: syssrc
Committed By: thorpej
Date: Wed Jan 16 23:37:06 UTC 2002
Modified Files:
syssrc/sys/arch/evbarm/iq80310: iq80310_machdep.c
Log Message:
When mapping the kernel text/data/bss:
* Round the text size up the next page, don't truncate it.
* Pass the kernel L1 table to map_chunk() so that it can try
to use section mappings.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/arch/evbarm/iq80310/iq80310_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.