The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Will Dyson <will.dyson@gmail.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [patch] Real-Time Preemption, -RT-2.6.12-rc5-V0.7.47-09
Date: Fri, 27 May 2005 01:59:17 -0400	[thread overview]
Message-ID: <8e6f947205052622595eab8a67@mail.gmail.com> (raw)
In-Reply-To: <20050526073559.GA3634@elte.hu>

On 5/26/05, Ingo Molnar <mingo@elte.hu> wrote:
> 
> i have released the -V0.7.47-09 Real-Time Preemption patch, which can be
> downloaded from the usual place:
> 
>     http://redhat.com/~mingo/realtime-preempt/
> 
> Changes:
> 
>  - merge to -rc5
> 
>  - small fixes

Building on x86_64 gets me this:

arch/x86_64/kernel/nmi.c: In function `nmi_watchdog_tick':
arch/x86_64/kernel/nmi.c:497: error: `cpu' undeclared (first use in
this function)

I'm guessing the following is what you had intended:

Index: arch/x86_64/kernel/nmi.c
===================================================================
--- cb5507f7a63eaba785afcead3bc5cf7454a8f98d/arch/x86_64/kernel/nmi.c 
(mode:100644)
+++ uncommitted/arch/x86_64/kernel/nmi.c  (mode:100644)
@@ -492,6 +492,7 @@
 {
        int sum;
        int touched = 0;
+       int cpu = safe_smp_processor_id();

        sum = read_pda(apic_timer_irqs);
        if (nmi_show_regs[cpu]) {


-- 
Will Dyson

      reply	other threads:[~2005-05-27  5:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-26  7:35 [patch] Real-Time Preemption, -RT-2.6.12-rc5-V0.7.47-09 Ingo Molnar
2005-05-27  5:59 ` Will Dyson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8e6f947205052622595eab8a67@mail.gmail.com \
    --to=will.dyson@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox