]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix two of the extended memory hacks. The copy pages
authorrrs <rrs@FreeBSD.org>
Thu, 28 Jan 2010 14:09:16 +0000 (14:09 +0000)
committerrrs <rrs@FreeBSD.org>
Thu, 28 Jan 2010 14:09:16 +0000 (14:09 +0000)
commitb8876b1cbe84dade81236ff32726ae694278f549
tree2f9f71bcb7f29f05797aafbd3ee15b5d422a365b
parent7fa7beba1ec476b298f337d4eabcdd93f0f4757f
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)
sys/mips/mips/pmap.c