From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266524AbUBLScw (ORCPT ); Thu, 12 Feb 2004 13:32:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266529AbUBLScw (ORCPT ); Thu, 12 Feb 2004 13:32:52 -0500 Received: from fed1mtao08.cox.net ([68.6.19.123]:19638 "EHLO fed1mtao08.cox.net") by vger.kernel.org with ESMTP id S266524AbUBLScu (ORCPT ); Thu, 12 Feb 2004 13:32:50 -0500 Date: Thu, 12 Feb 2004 11:32:47 -0700 From: Tom Rini To: Andi Kleen Cc: akpm@osdl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH][6/6] A different KGDB stub Message-ID: <20040212183247.GR19676@smtp.west.cox.net> References: <20040212000408.GG19676@smtp.west.cox.net.suse.lists.linux.kernel> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1+cvs20040105i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 12, 2004 at 07:43:04AM +0100, Andi Kleen wrote: > Tom Rini writes: [snip] > > --- a/include/asm-x86_64/processor.h Wed Feb 11 15:42:06 2004 > > +++ b/include/asm-x86_64/processor.h Wed Feb 11 15:42:06 2004 > > @@ -252,6 +252,7 @@ > > unsigned long *io_bitmap_ptr; > > /* cached TLS descriptors. */ > > u64 tls_array[GDT_ENTRY_TLS_ENTRIES]; > > + void *debuggerinfo; > > }; > > This should not be needed OK. Unless there is a difference in this respect on i386 vs x86_64 in 2.6.3-rc2-mm1, this is needed for the thread support which is in this version, but not the -mm version. OTOH, if there is a cleaner way of doing this, and there indeed might be (I need to sit down and re-read some of the previous threads), I'm all ears, not tied to doing it that way, etc, etc. -- Tom Rini http://gate.crashing.org/~trini/