Date: Sat, 20 Mar 2004 21:01:41 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 49433 for review Message-ID: <200403210501.i2L51flP065611@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=49433 Change 49433 by jmallett@jmallett_oingo on 2004/03/20 21:01:19 Make sure there's no foot shooting just yet. Affected files ... .. //depot/projects/mips/sys/mips/mips/pmap.c#34 edit Differences ... ==== //depot/projects/mips/sys/mips/mips/pmap.c#34 (text+ko) ==== @@ -207,6 +207,8 @@ static PMAP_INLINE pt_entry_t* pmap_pte(pmap_t pmap, vm_offset_t va) { + if (pmap != kernel_pmap) + panic("non kernel pmap unsupported"); if (pmap == NULL || pmap->pm_lev1 == NULL) return NULL; return tlb_pte_find(pmap->pm_lev1, va);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403210501.i2L51flP065611>