Date: Fri, 2 Jul 2010 12:01:46 +0000 (UTC) From: "Jayachandran C." <jchandra@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/mips/include pte.h src/sys/mips/mips tlb.c Message-ID: <201007021202.o62C24NG096030@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jchandra 2010-07-02 12:01:46 UTC FreeBSD src repository Modified files: sys/mips/include pte.h sys/mips/mips tlb.c Log: SVN rev 209645 on 2010-07-02 12:01:46Z by jchandra Remove save/restore of PageMask in tlb.c functions introduced in r209243. If we save/restore the PageMask, the value set by the bootloader will persist, and will cause problems later in TLB exception handler. This caused a crash in AR71xx boards. Also fixes the EntryHi mask in pte.h Reported by: Luiz Otavio O Souza <lists.br@gmail.com> Tested by: Luiz Otavio O Souza <lists.br@gmail.com> Approved by: rrs (mentor) Revision Changes Path 1.8 +2 -1 src/sys/mips/include/pte.h 1.2 +5 -15 src/sys/mips/mips/tlb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007021202.o62C24NG096030>