mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Roel Kluin <12o3l@tiscali.nl>
Cc: rml@tech9.net, lkml <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] kernel/sched.c: remove double unlikely
Date: Fri, 21 Mar 2008 12:35:04 +0100	[thread overview]
Message-ID: <20080321113504.GG20420@elte.hu> (raw)
In-Reply-To: <47D95957.80507@tiscali.nl>


* Roel Kluin <12o3l@tiscali.nl> wrote:

> Combine two unlikely's

> -				unlikely(signal_pending(prev)))) {
> +				signal_pending(prev))) {

good catch - thanks, applied.

	Ingo

      reply	other threads:[~2008-03-21 11:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-13 16:41 Roel Kluin
2008-03-21 11:35 ` Ingo Molnar [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=20080321113504.GG20420@elte.hu \
    --to=mingo@elte.hu \
    --cc=12o3l@tiscali.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rml@tech9.net \
    /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

Powered by JetHome