From owner-cvs-src@FreeBSD.ORG Wed Sep 13 15:00:58 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD55F16A417; Wed, 13 Sep 2006 15:00:58 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3AC743D79; Wed, 13 Sep 2006 15:00:57 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k8DF0t4E035228; Wed, 13 Sep 2006 11:00:55 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Norikatsu Shigemura Date: Wed, 13 Sep 2006 10:32:41 -0400 User-Agent: KMail/1.9.1 References: <200609112010.k8BKAgWI092204@repoman.freebsd.org> <20060913223331.4024c2bc.nork@FreeBSD.org> In-Reply-To: <20060913223331.4024c2bc.nork@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609131032.43068.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 13 Sep 2006 11:00:55 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1875/Wed Sep 13 05:19:58 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx 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-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Sep 2006 15:00:59 -0000 On Wednesday 13 September 2006 09:33, Norikatsu Shigemura wrote: > On Mon, 11 Sep 2006 20:10:42 +0000 (UTC) > 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. > > Patience from: jmg > > Pointy hat: jhb > > Cool!!! > My radeon+smp problem was fixed!! Thank you. Yeah, this should fix all the 'trap 30' panics on SMP x86 when you kldload a driver. -- John Baldwin