From owner-cvs-all@FreeBSD.ORG Wed Sep 13 19:42:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DCC516A49E for ; Wed, 13 Sep 2006 19:42:21 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from av10-2-sn2.hy.skanova.net (av10-2-sn2.hy.skanova.net [81.228.8.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7E2C43D45 for ; Wed, 13 Sep 2006 19:42:19 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: by av10-2-sn2.hy.skanova.net (Postfix, from userid 502) id 9F97638095; Wed, 13 Sep 2006 21:42:18 +0200 (CEST) Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av10-2-sn2.hy.skanova.net (Postfix) with ESMTP id 8408337F03; Wed, 13 Sep 2006 21:42:18 +0200 (CEST) Received: from dude.automatvapen.se (81-235-164-56-no21.tbcn.telia.com [81.235.164.56]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id 57BC437E4C; Wed, 13 Sep 2006 21:42:18 +0200 (CEST) From: Joel Dahl To: John Baldwin In-Reply-To: <200609112010.k8BKAgWI092204@repoman.freebsd.org> References: <200609112010.k8BKAgWI092204@repoman.freebsd.org> Content-Type: text/plain Date: Wed, 13 Sep 2006 21:42:17 +0200 Message-Id: <1158176537.670.1.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386 mp_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Sep 2006 19:42:21 -0000 On Mon, 2006-09-11 at 20:10 +0000, John Baldwin wrote: > jhb 2006-09-11 20:10:42 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/amd64 mp_machdep.c > sys/i386/i386 mp_machdep.c > Log: > Actually hook up the IPI_INVLCACHE IDT vectors backing > pmap_invalidate_cache() in the SMP case so pmap_mapdev() in multiuser > doesn't panic with a trap 30. I broke this many months ago when I > added pmap_invalidate_cache() as early parts of the PAT work. Thank you!! Now I can finally kldload drivers without panicing my systems again... -- Joel