From owner-cvs-all@FreeBSD.ORG Wed Sep 13 15:19:15 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 3841116A416; Wed, 13 Sep 2006 15:19:15 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A4C343D6B; Wed, 13 Sep 2006 15:19:14 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k8DFJ8e8032160; Wed, 13 Sep 2006 09:19:13 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4508216B.3060400@samsco.org> Date: Wed, 13 Sep 2006 09:19:07 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200609112010.k8BKAgWI092204@repoman.freebsd.org> <20060913223331.4024c2bc.nork@FreeBSD.org> <200609131032.43068.jhb@freebsd.org> In-Reply-To: <200609131032.43068.jhb@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Norikatsu Shigemura , 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 15:19:15 -0000 John Baldwin wrote: > 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. > This would explain why I was about to toss my test machine out the window. Scott