From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: v2.6.19-rt6, yum/rpm Date: Thu, 7 Dec 2006 21:04:03 +0100 Message-ID: <20061207200403.GA10479@elte.hu> References: <20061205171114.GA25926@elte.hu> <4577FC21.1080407@cybsft.com> <20061207121344.GA19749@elte.hu> <4578391E.40001@cybsft.com> <20061207165751.GA2720@elte.hu> <45786E32.3010201@cybsft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 mx2.mail.elte.hu ([157.181.151.9]:58217 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1163253AbWLGUFo (ORCPT ); Thu, 7 Dec 2006 15:05:44 -0500 To: "K.R. Foley" Content-Disposition: inline In-Reply-To: <45786E32.3010201@cybsft.com> Sender: linux-rt-users-owner@vger.kernel.org List-Id: linux-rt-users.vger.kernel.org * K.R. Foley wrote: > > 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. yeah, and an #ifdef CONFIG_SMP to build on UP :-/ Ingo