summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2013-08-06 02:58:16 +0000
committerjhibbits <jhibbits@FreeBSD.org>2013-08-06 02:58:16 +0000
commite280c38ab52aadf1da86439134cdd237e7181a1e (patch)
tree2fc82e09649d49c2d8566dab9d53cee1e67c6bcb /sys/powerpc/aim
parentfadcfc6c44f94fe8c3be5674744fcb211aa77831 (diff)
downloadFreeBSD-src-e280c38ab52aadf1da86439134cdd237e7181a1e.zip
FreeBSD-src-e280c38ab52aadf1da86439134cdd237e7181a1e.tar.gz
Remove an unnecessary panic. The PVO's PTE entry and the PTEG's PTE entry may
not match, if the PVO's PTE is invalid.
Diffstat (limited to 'sys/powerpc/aim')
-rw-r--r--sys/powerpc/aim/mmu_oea.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/powerpc/aim/mmu_oea.c b/sys/powerpc/aim/mmu_oea.c
index 5bb6d09..538642d 100644
--- a/sys/powerpc/aim/mmu_oea.c
+++ b/sys/powerpc/aim/mmu_oea.c
@@ -2161,9 +2161,6 @@ moea_pvo_to_pte(const struct pvo_entry *pvo, int pteidx)
"pvo but no valid pte", pvo);
}
- if (pvo->pvo_pte.pte.pte_hi != pt->pte_hi) {
- panic("moea_pvo_to_pte: pvo does not match pte: pvo hi: %8x, pte hi: %8x", pvo->pvo_pte.pte.pte_hi, pt->pte_hi);
- }
if ((pt->pte_hi ^ (pvo->pvo_pte.pte.pte_hi & ~PTE_VALID)) == PTE_VALID) {
if ((pvo->pvo_pte.pte.pte_hi & PTE_VALID) == 0) {
panic("moea_pvo_to_pte: pvo %p has valid pte in "
OpenPOWER on IntegriCloud