public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Manik Raina <manik@cisco.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] Re: [Trivial Patch] : (2.5 latest) More __builtin_expect() cleanup in
Date: Fri, 21 Jun 2002 06:10:18 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590701905696@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590701905695@msgid-missing>

Manik Raina wrote:
> 
> diff -u -r linux-2.5.22/include/asm-ia64/softirq.h real/include/asm-ia64/softirq.h
> --- linux-2.5.22/include/asm-ia64/softirq.h     Mon Jun 17 08:01:35 2002
> +++ real/include/asm-ia64/softirq.h     Fri Jun 21 10:44:05 2002
> @@ -13,7 +13,7 @@
>  #define local_bh_enable()                                                              \
>  do {                                                                                   \
>         __local_bh_enable();                                                            \
> -       if (__builtin_expect(local_softirq_pending(), 0) && really_local_bh_count() = 0)       \
> +       if (unlikely(local_softirq_pending()) && really_local_bh_count() = 0)  \
>                 do_softirq();                                                           \
>  } while (0)
> 

	I don't think softirq.h includes linux/compiler.h . Can you please include
	that ?


  reply	other threads:[~2002-06-21  6:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-21  5:51 [Linux-ia64] Re: [Trivial Patch] : (2.5 latest) More __builtin_expect() cleanup in Manik Raina
2002-06-21  6:10 ` Manik Raina [this message]
2002-06-21  6:23 ` Manik Raina
2002-06-21  7:55 ` [Linux-ia64] Re: [Trivial Patch] : (2.5 latest) More Andreas Schwab
2002-06-21  8:04 ` [Linux-ia64] Re: [Trivial Patch] : (2.5 latest) Manik Raina

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=marc-linux-ia64-105590701905696@msgid-missing \
    --to=manik@cisco.com \
    --cc=linux-ia64@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