From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759911AbYDSIUV (ORCPT ); Sat, 19 Apr 2008 04:20:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752790AbYDSIUC (ORCPT ); Sat, 19 Apr 2008 04:20:02 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:58239 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752445AbYDSIUA (ORCPT ); Sat, 19 Apr 2008 04:20:00 -0400 Date: Sat, 19 Apr 2008 10:19:49 +0200 From: Ingo Molnar To: linux-kernel@vger.kernel.org Subject: [patch] x86: KGDB build fix Message-ID: <20080419081949.GA3477@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0030] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org latest -git 64-bit allyesconfig needs the build fix below. Ingo -----------> Subject: x86: KGDB build fix From: Ingo Molnar Signed-off-by: Ingo Molnar --- arch/x86/kernel/kgdb.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) Index: linux-x86.q/arch/x86/kernel/kgdb.c =================================================================== --- linux-x86.q.orig/arch/x86/kernel/kgdb.c +++ linux-x86.q/arch/x86/kernel/kgdb.c @@ -46,11 +46,7 @@ #include #include -#ifdef CONFIG_X86_32 -# include -#else -# include -#endif +#include /* * Put the error code here just in case the user cares: