Date: Sun, 31 Aug 2003 10:03:23 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: Tor Egge <Tor.Egge@cvsup.no.freebsd.org> Cc: stable@freebsd.org Subject: Re: Ok, are all the panics fixed now? Message-ID: <200308311703.h7VH3NZW073507@apollo.backplane.com> References: <20030827133126.D4269@odysseus.silby.com> <20030828.161240.74667710.Tor.Egge@cvsup.no.freebsd.org> <20030828.202011.41715185.Tor.Egge@cvsup.no.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
:> :> Hi, :> Forgive the naive question, but is this an easy issue to solve ? :> Or is it just scratching the surface of a larger more complex problem not :> easily resolved by a simple patch or two ? : :I'm enclosed a patch that introduces PADDR2/PMAP2 which is to be used :by pmap_pte() (should not be called from interrupts on noncurrent :pmaps) while pmap_pte_quick() (should not be called without splvm() :protection) will use PADDR1/PMAP1. : :The patch also backs out revision 1.250.2.20 of :src/sys/i386/i386/pmap.c. : :- Tor Egge Tor, this looks like it could have been an issue even before the PAE patch went in. What are your thoughts on the matter? -Matt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308311703.h7VH3NZW073507>