From owner-cvs-all@FreeBSD.ORG Sun Jun 26 19:15:23 2005 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 302E416A41C for ; Sun, 26 Jun 2005 19:15:23 +0000 (GMT) (envelope-from ups@freebsd.org) Received: from smtp.speedfactory.net (smtp.speedfactory.net [66.23.216.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id B223843D55 for ; Sun, 26 Jun 2005 19:15:22 +0000 (GMT) (envelope-from ups@freebsd.org) Received: (qmail 21232 invoked from network); 26 Jun 2005 19:16:00 +0000 Received: from 66-23-216-49.clients.speedfactory.net (HELO palm.tree.com) (66.23.216.49) by smtp.speedfactory.net with AES256-SHA encrypted SMTP; 26 Jun 2005 19:16:00 +0000 Received: from [127.0.0.1] (ups@localhost.tree.com [127.0.0.1]) by palm.tree.com (8.12.10/8.12.10) with ESMTP id j5QJFKLl093449; Sun, 26 Jun 2005 15:15:21 -0400 (EDT) (envelope-from ups@freebsd.org) From: Stephan Uphoff To: Marcel Moolenaar In-Reply-To: <7c65ef6b909f86fa7f5a8aa041773a72@xcllnt.net> References: <200506252214.j5PMEgip000380@repoman.freebsd.org> <7c65ef6b909f86fa7f5a8aa041773a72@xcllnt.net> Content-Type: text/plain Message-Id: <1119813319.77984.5155.camel@palm> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 26 Jun 2005 15:15:19 -0400 Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 trap.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: Sun, 26 Jun 2005 19:15:23 -0000 On Sat, 2005-06-25 at 21:53, Marcel Moolenaar wrote: > On Jun 25, 2005, at 3:14 PM, Stephan Uphoff wrote: > > > ups 2005-06-25 22:14:42 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/i386 trap.c > > sys/amd64/amd64 trap.c > > Log: > > Disable the interrupts in trap_fatal before calling kdb_trap. > > (required now that critical sections no longer block interrupts) > > Why does this only apply to i386 and amd64? It probably applies to more architectures. jake@ volunteered to fix it for sparc64. For the other platforms I have a list of people that I need to bug ;-) I just haven't had time for to that part yet. Any volunteers for powerpc, alpha, arm? Stephan