From: Christoph Hellwig <hch@lst.de>
To: bjornw@axis.com
Cc: dev-etrax@axis.com, linux-kernel@vger.kernel.org
Subject: [PATCH] superflous do_softirq invocation in cris do_IRQ()
Date: Sun, 12 Sep 2004 13:19:34 +0200 [thread overview]
Message-ID: <20040912111934.GA32506@lst.de> (raw)
irq_exit already does softirq processing, no need to do it a second
time.
--- 1.16/arch/cris/kernel/irq.c 2004-08-31 09:57:57 +02:00
+++ edited/arch/cris/kernel/irq.c 2004-09-11 21:21:15 +02:00
@@ -159,9 +159,6 @@
}
irq_exit();
- if (softirq_pending(cpu))
- do_softirq();
-
/* unmasking and bottom half handling is done magically for us. */
}
next reply other threads:[~2004-09-12 11:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-12 11:19 Christoph Hellwig [this message]
[not found] <BFECAF9E178F144FAEF2BF4CE739C668015F651B@exmail1.se.axis.com>
2004-09-13 6:00 ` [PATCH] superflous do_softirq invocation in cris do_IRQ() Mikael Starvik
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=20040912111934.GA32506@lst.de \
--to=hch@lst.de \
--cc=bjornw@axis.com \
--cc=dev-etrax@axis.com \
--cc=linux-kernel@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