Date: Mon, 15 Mar 2010 00:27:40 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/powerpc/aim mmu_oea64.c Message-ID: <201003150028.o2F0S0xt025754@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nwhitehorn 2010-03-15 00:27:40 UTC FreeBSD src repository Modified files: sys/powerpc/aim mmu_oea64.c Log: SVN rev 205163 on 2010-03-15 00:27:40Z by nwhitehorn Fix two small bugs. The PowerPC 970 does not support non-coherent memory access, and reflects this by autonomously writing LPTE_M into PTE entries. As such, we should not panic if LPTE_M changes by itself. While here, fix a harmless typo in moea64_sync_icache(). Revision Changes Path 1.20 +2 -2 src/sys/powerpc/aim/mmu_oea64.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003150028.o2F0S0xt025754>