All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dragan Noveski <perodog@gmx.net>
To: linux-rt-users@vger.kernel.org
Subject: Re: 2.6.23.1-rt4
Date: Sat, 27 Oct 2007 18:18:18 +0200	[thread overview]
Message-ID: <472364CA.5020604@gmx.net> (raw)
In-Reply-To: <Pine.LNX.4.58.0710271148040.28617@gandalf.stny.rr.com>

Steven Rostedt wrote:
> Here's a proper fix.
>
> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
>
> Index: linux-2.6.23.1-rt4/kernel/sched_rt.c
> ===================================================================
> --- linux-2.6.23.1-rt4.orig/kernel/sched_rt.c	2007-10-27 11:45:32.000000000 -0400
> +++ linux-2.6.23.1-rt4/kernel/sched_rt.c	2007-10-27 11:47:22.000000000 -0400
> @@ -3,6 +3,7 @@
>   * policies)
>   */
>
> +#ifdef CONFIG_SMP
>  /* Is this defined somewhere? */
>  #define CACHE_ALIGN_SPACE(sz)  (L1_CACHE_ALIGN(sz) - (sz))
>
> @@ -32,6 +33,7 @@ static inline void rt_clear_overload(str
>  {
>  	cpu_clear(rq->cpu, *rt_overload_mask(rq->cpu));
>  }
> +#endif /* CONFIG_SMP */
>
>  /*
>   * Update the current task's runtime statistics. Skip current tasks that
>
>   

hallo, i am writing from my 'just-compiled-2.6.23.1-rt4-kernel' now, 
what means that steves patch really did it!

i like to say thanks one more time for this great 'realtime' support.

cheers,
doc

      reply	other threads:[~2007-10-27 16:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-27  3:16 2.6.23.1-rt4 Steven Rostedt
2007-10-27 14:22 ` 2.6.23.1-rt4 Dragan Noveski
2007-10-27 14:34   ` 2.6.23.1-rt4 Steven Rostedt
2007-10-27 15:19   ` 2.6.23.1-rt4 trem
2007-10-27 15:40     ` 2.6.23.1-rt4 Steven Rostedt
2007-10-27 15:43       ` 2.6.23.1-rt4 Dragan Noveski
2007-10-27 15:50   ` 2.6.23.1-rt4 Steven Rostedt
2007-10-27 16:18     ` Dragan Noveski [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=472364CA.5020604@gmx.net \
    --to=perodog@gmx.net \
    --cc=linux-rt-users@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.