From: James Bottomley <James.Bottomley@steeleye.com>
To: Christoph Hellwig <hch@lst.de>,
torvalds@transmeta.com, james.bottomley@SteelEye.com,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] rename CONFIG_VOYAGER to CONFIG_X86_VOYAGER
Date: Mon, 30 Dec 2002 15:56:27 -0600 [thread overview]
Message-ID: <200212302156.gBULuRS04298@localhost.localdomain> (raw)
In-Reply-To: Message from Christoph Hellwig <hch@lst.de> of "Mon, 30 Dec 2002 22:44:56 +0100." <20021230224456.A20753@lst.de>
[-- Attachment #1: Type: text/plain, Size: 274 bytes --]
Actually this one won't link because of an unmodified CONFIG_VOYAGER in
hw_irq.h
However, I think this #if needs modifying according to the attached patch,
anyway. I think it's obviously correct, but can someone with an APIC based
SMP system test this, please.
James
[-- Attachment #2: tmp.diff --]
[-- Type: text/plain , Size: 559 bytes --]
===== include/asm-i386/hw_irq.h 1.16 vs edited =====
--- 1.16/include/asm-i386/hw_irq.h Sat Dec 28 11:12:01 2002
+++ edited/include/asm-i386/hw_irq.h Mon Dec 30 15:50:21 2002
@@ -131,7 +131,7 @@
#endif /* CONFIG_PROFILING */
-#if defined(CONFIG_SMP) && !defined(CONFIG_VOYAGER) /*more of this file should probably be ifdefed SMP */
+#ifdef CONFIG_X86_IO_APIC /*more of this file should probably be ifdefed SMP */
static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) {
if (IO_APIC_IRQ(i))
send_IPI_self(IO_APIC_VECTOR(i));
prev parent reply other threads:[~2002-12-30 21:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-30 20:50 Christoph Hellwig
2002-12-30 21:44 ` Christoph Hellwig
2002-12-30 21:56 ` James Bottomley [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=200212302156.gBULuRS04298@localhost.localdomain \
--to=james.bottomley@steeleye.com \
--cc=hch@lst.de \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®