From mboxrd@z Thu Jan 1 00:00:00 1970 From: "K.R. Foley" Subject: Re: v2.6.19-rt6, yum/rpm Date: Thu, 07 Dec 2006 13:40:34 -0600 Message-ID: <45786E32.3010201@cybsft.com> References: <20061205171114.GA25926@elte.hu> <4577FC21.1080407@cybsft.com> <20061207121344.GA19749@elte.hu> <4578391E.40001@cybsft.com> <20061207165751.GA2720@elte.hu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------090709080209010705000209" Cc: linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org, Mike Galbraith , Clark Williams , Sergei Shtylyov , Thomas Gleixner , Fernando Lopez-Lezcano , Giandomenico De Tullio Return-path: Received: from mail1.utc.com ([192.249.46.190]:43682 "EHLO mail1.utc.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S938006AbWLGTkr (ORCPT ); Thu, 7 Dec 2006 14:40:47 -0500 To: Ingo Molnar In-Reply-To: <20061207165751.GA2720@elte.hu> Sender: linux-rt-users-owner@vger.kernel.org List-Id: linux-rt-users.vger.kernel.org This is a multi-part message in MIME format. --------------090709080209010705000209 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Ingo Molnar wrote: > * K.R. Foley wrote: > >> Ingo Molnar wrote: >> >> The attached patch is necessary to build 2.6.19-rt8 without KEXEC >> enabled. Without KEXEC enabled crash.c doesn't get included. I believe >> this is correct. > > ah, indeed. I went for a slightly different approach - see the patch > below. Sending an NMI to all CPUs is not something that is tied to > KEXEC, it belongs into nmi.c. > > Ingo Much better I think. It still requires the patch below, which includes mach_ipi.h, to build here. -- kr --------------090709080209010705000209 Content-Type: text/x-patch; name="nmifix2.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="nmifix2.patch" --- linux-2.6.19/arch/i386/kernel/nmi.c.orig 2006-12-07 13:03:12.000000000 -0600 +++ linux-2.6.19/arch/i386/kernel/nmi.c 2006-12-07 13:03:21.000000000 -0600 @@ -30,6 +30,7 @@ #include #include "mach_traps.h" +#include int unknown_nmi_panic; int nmi_watchdog_enabled; --------------090709080209010705000209--