From: Andi Kleen <ak@suse.de>
To: "Mallick, Asit K" <asit.k.mallick@intel.com>,
"Siddha, Suresh B" <suresh.b.siddha@intel.com>,
linux-kernel@vger.kernel.org
Subject: [PATCH] Fix LH workaround on UP systems
Date: Mon, 27 Sep 2004 12:42:56 +0200 [thread overview]
Message-ID: <20040927104256.GF3532@wotan.suse.de> (raw)
Didn't compile on !CONFIG_SMP
Signed-off-by: Andi Kleen <ak@suse.de>
diff -u linux/drivers/pci/quirks.c-o linux/drivers/pci/quirks.c
--- linux/drivers/pci/quirks.c-o 2004-09-27 12:34:05.000000000 +0200
+++ linux/drivers/pci/quirks.c 2004-09-27 12:34:44.000000000 +0200
@@ -761,7 +761,9 @@
#endif
noirqdebug_setup("");
#endif
+#ifdef CONFIG_SMP
no_irq_affinity = 1;
+#endif
}
config &= ~0x2;
reply other threads:[~2004-09-27 10:46 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=20040927104256.GF3532@wotan.suse.de \
--to=ak@suse.de \
--cc=asit.k.mallick@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=suresh.b.siddha@intel.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®