From: "David S. Miller" <davem@davemloft.net>
To: Christoph Hellwig <hch@lst.de>
Cc: netdev@oss.sgi.com
Subject: Re: [PATCH] use local_softirq_pending instead of softirq_pending in netif_rx_ni
Date: Thu, 18 Nov 2004 14:22:44 -0800 [thread overview]
Message-ID: <20041118142244.0de3378a.davem@davemloft.net> (raw)
In-Reply-To: <20041114103846.GA32024@lst.de>
On Sun, 14 Nov 2004 11:38:46 +0100
Christoph Hellwig <hch@lst.de> wrote:
> Some architectures can optimize local_softirq_pending much better than
> softirq_pending(smp_processor_id()), and for all others the former is
> just a macro expanding to the later.
>
> Also this is the last use of softirq_pending() in common code, once this
> is in we can soon kill the notation of beeing able to query other cpus
> softirq pending count.
Queued for 2.6.11, thanks Christoph.
prev parent reply other threads:[~2004-11-18 22:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-14 10:38 [PATCH] use local_softirq_pending instead of softirq_pending in netif_rx_ni Christoph Hellwig
2004-11-18 22:22 ` David S. Miller [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=20041118142244.0de3378a.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=hch@lst.de \
--cc=netdev@oss.sgi.com \
/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.