linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Sommerseth <davids@redhat.com>
To: Carsten Emde <C.Emde@osadl.org>
Cc: RT-users <linux-rt-users@vger.kernel.org>
Subject: Re: [PATCH 2/2] add-smp-option-to-svsematest.patch
Date: Tue, 09 Mar 2010 19:10:51 +0100	[thread overview]
Message-ID: <4B968F2B.4070708@redhat.com> (raw)
In-Reply-To: <20100307204909.626988443@osadl.org>

On 07/03/10 21:48, Carsten Emde wrote:
> -		if (priority > 0)
> +		if (priority > 1 && !sameprio)
> 			priority--;

Unless I'm missing something really obvious, shouldn't this one state:

	if (priority > 0 && !sameprio)
		priority--;

Or else 1 will be the lowest priority.  It's a similar situation in
"[PATCH 1/2] add-smp-option-to-ptsematest.patch" as well.


kind regards,

David Sommerseth

  parent reply	other threads:[~2010-03-09 18:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-07 20:48 [PATCH 0/2] [rt-tests] Add smp option to ptsematest and svsematest Carsten Emde
2010-03-07 20:48 ` [PATCH 1/2] add-smp-option-to-ptsematest.patch Carsten Emde
2010-03-08 12:45   ` John Kacur
2010-03-07 20:48 ` [PATCH 2/2] add-smp-option-to-svsematest.patch Carsten Emde
2010-03-08 12:45   ` John Kacur
2010-03-09 18:10   ` David Sommerseth [this message]
2010-03-09 18:15     ` John Kacur
2010-03-09 21:07       ` Carsten Emde
2010-03-09 20:39     ` Carsten Emde

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=4B968F2B.4070708@redhat.com \
    --to=davids@redhat.com \
    --cc=C.Emde@osadl.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).