From owner-cvs-src-old@FreeBSD.ORG Fri Jan 29 04:08:03 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98AD8106566B for ; Fri, 29 Jan 2010 04:08:03 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 878148FC12 for ; Fri, 29 Jan 2010 04:08:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0T483xR067324 for ; Fri, 29 Jan 2010 04:08:03 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0T483r7067323 for cvs-src-old@freebsd.org; Fri, 29 Jan 2010 04:08:03 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <201001290408.o0T483r7067323@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Fri, 29 Jan 2010 04:07:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/mips pmap.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2010 04:08:03 -0000 rrs 2010-01-29 04:07:38 UTC FreeBSD src repository Modified files: sys/mips/mips pmap.c Log: SVN rev 203151 on 2010-01-29 04:07:38Z by rrs For our memory re-mapping trick to work interrupts must be disabled through the page_zero's or copys etc. Note that the temporary mapping used by panic's may cause us pain since int's may not be disabled. When we get dumps working we may have to revist this. Note that with this fix the build got much much further.. until it hung on disk IO (I would imagine thats the rge/msgring driver acting up). Revision Changes Path 1.26 +20 -4 src/sys/mips/mips/pmap.c