Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Dec 2008 10:11:27 -0600 (CST)
From:      Mark Tinguely <tinguely@casselton.net>
To:        gjb@semihalf.com, tinguely@casselton.net
Cc:        arm@freebsd.org, embedded@freebsd.org
Subject:   Re: Multiple virtual mappings considered harmful on ARM
Message-ID:  <200812191611.mBJGBRna044291@casselton.net>
In-Reply-To: <494BB647.2060807@semihalf.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Looking at the pmap code real quick, I think the original authors
assumed quick kernel entries were not shared. Since they can be, we
should have to add pv_entrys and the cache vac/fix process on the
pmap_kenter_internal called routines too.

I am still thinking the ARM code should revolve to FreeBSD style
(recursive page tables, make SMP ready, etc).

--Mark.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812191611.mBJGBRna044291>