Subject: [thorpej@netbsd.org: CVS commit: syssrc/sys/arch/evbarm/iq80310]
To: None <port-arm@netbsd.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: port-arm
Date: 01/16/2002 15:41:08
I suggest other ARM port maintainers mirror this change in their ports
(probably only the map_chunk() change is applicable).

----- Forwarded message from Jason R Thorpe <thorpej@netbsd.org> -----

To: source-changes@netbsd.org
Date: Thu, 17 Jan 2002 01:37:06 +0200 (EET)
From: Jason R Thorpe <thorpej@netbsd.org>
Subject: CVS commit: syssrc/sys/arch/evbarm/iq80310


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.


----- End forwarded message -----

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>