From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755108Ab1AGRsr (ORCPT ); Fri, 7 Jan 2011 12:48:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34634 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754567Ab1AGRsq (ORCPT ); Fri, 7 Jan 2011 12:48:46 -0500 Date: Fri, 7 Jan 2011 12:48:35 -0500 From: Don Zickus To: Peter Zijlstra Cc: x86@kernel.org, Robert Richter , ying.huang@intel.com, gorcunov@gmail.com, LKML Subject: Re: [PATCH 3/6] x86, NMI: Add priorities to handlers Message-ID: <20110107174835.GA21425@redhat.com> References: <1294348732-15030-1-git-send-email-dzickus@redhat.com> <1294348732-15030-4-git-send-email-dzickus@redhat.com> <1294405791.2016.450.camel@laptop> <20110107144318.GU2317@redhat.com> <1294411817.2016.454.camel@laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1294411817.2016.454.camel@laptop> User-Agent: Mutt/1.5.20 (2009-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 07, 2011 at 03:50:17PM +0100, Peter Zijlstra wrote: > On Fri, 2011-01-07 at 09:43 -0500, Don Zickus wrote: > > > > I had to add the below to make things build here. > > > > > > --- > > > Index: linux-2.6/arch/x86/kernel/kgdb.c > > > =================================================================== > > > --- linux-2.6.orig/arch/x86/kernel/kgdb.c > > > +++ linux-2.6/arch/x86/kernel/kgdb.c > > > @@ -48,6 +48,7 @@ > > > #include > > > #include > > > #include > > > +#include > > > > > > struct dbg_reg_def_t dbg_reg_def[DBG_MAX_REG_NUM] = > > > { > > > > > > > Doh. I missed a spot. Thanks for the catch. I'll add that and repost. > > I already fixed it up and send it Ingo-wards. Awesome. Thanks for that! Cheers, Don