Subject: Re: CVS commit: src/sys/arch/evbarm/smdk2xx0
To: Hiroyuki Bessho <bsh@grotto.jp>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 05/14/2003 08:24:51
On Wednesday, May 14, 2003, at 05:28 AM, Hiroyuki Bessho wrote:
> initarm() of smdk2800 calls pmap_map_section() before switching to
> the new page table in order to use some buitln peripherals. They are
> mapped with domain #15.
Oh, I see, you use pmap_map_section() with the running L1 table during
bootstrap... ok, I understand now.
-- Jason R. Thorpe <thorpej@wasabisystems.com>