Date: Thu, 28 Jan 2010 14:09:16 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/mips/mips pmap.c Message-ID: <201001281409.o0SE9bKf058592@repoman.freebsd.org>
index | next in thread | raw e-mail
rrs 2010-01-28 14:09:16 UTC
FreeBSD src repository
Modified files:
sys/mips/mips pmap.c
Log:
SVN rev 203115 on 2010-01-28 14:09:16Z by rrs
Fix two of the extended memory hacks. The copy pages
routine in one place was setting the valid2 bit to
2 not 1. This meant the PTE was NOT valid and so
you would crash.
In Zero Page there was a incorrect setting of
the valid bit AFTER the actual zero (opps)..
Hopefully this will fix the 0xc0000000 crashes
that I have been seeing (unless of course there are
other problems with these old hacks of mine to get
to memory above 512Meg)
Revision Changes Path
1.25 +2 -2 src/sys/mips/mips/pmap.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001281409.o0SE9bKf058592>
