From: David Mosberger <davidm@napali.hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] [patch] important bug fix for irq_cpustat.h
Date: Wed, 31 Jul 2002 16:19:12 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590701905865@msgid-missing> (raw)
The patch below fixes a typo in irq_cpustat.h. I found the error
while going over the code as part of synching with Linus' 2.5 tree.
I'm not aware of the typo causing a detectable problem but it's
clearly a bug and I suspect it could cause at least performance
anomalies, if not outright errors.
--david
--- include/linux/irq_cpustat.h~ Mon Jul 29 15:03:27 2002
+++ include/linux/irq_cpustat.h Tue Jul 30 18:03:41 2002
@@ -42,7 +42,7 @@
#define local_ksoftirqd_task() ksoftirqd_task(smp_processor_id())
/* These will lose the "really_" prefix when the interim macros below are removed. */
-#define really_local_irq_count()bh_count(smp_processor_id())
+#define really_local_irq_count()irq_count(smp_processor_id())
#define really_local_bh_count() bh_count(smp_processor_id())
/* Interim macros for backward compatibility. They are deprecated. Use irq_count() and
reply other threads:[~2002-07-31 16:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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-105590701905865@msgid-missing \
--to=davidm@napali.hpl.hp.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