From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261555AbUBYVQf (ORCPT ); Wed, 25 Feb 2004 16:16:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261551AbUBYVOm (ORCPT ); Wed, 25 Feb 2004 16:14:42 -0500 Received: from fed1mtao08.cox.net ([68.6.19.123]:14784 "EHLO fed1mtao08.cox.net") by vger.kernel.org with ESMTP id S261506AbUBYVN5 (ORCPT ); Wed, 25 Feb 2004 16:13:57 -0500 Date: Wed, 25 Feb 2004 14:13:53 -0700 From: Tom Rini To: Greg Weeks Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH} PPC 32 multithreaded core dumps Message-ID: <20040225211353.GD1052@smtp.west.cox.net> References: <403D04D4.3020502@timesys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <403D04D4.3020502@timesys.com> User-Agent: Mutt/1.5.5.1+cvs20040105i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 25, 2004 at 03:25:56PM -0500, Greg Weeks wrote: > This code fixes the register dumps for 32 bit ppc multi threaded core > dumps. It's largely based on the ppc64 code. It was tested on an 8260 This looks right, and I'll think about it a bit more and apply. > processor with the TimeSys modified 2.6.1 kernel. The patch is for > 2.6.3. Let me know if there are any problems with it. If anyone can tell > me why arch/ppc/boot/simple/misc.c was including elf.h in the first > place I'd appreciate it. It doesn't appear to need it and it doesn't > like task_struct now. Long ago it used to care more about the file it was dealing with. I'll remove it from the other files in boot/ that include it as well. -- Tom Rini http://gate.crashing.org/~trini/