From: James Bottomley <James.Bottomley@steeleye.com>
To: Andrew Morton <akpm@osdl.org>, Linus Torvalds <torvalds@osdl.org>,
mbligh@aracnet.com
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] fix IRQBALANCE Kconfig dependencies
Date: 24 Feb 2004 11:41:35 -0600 [thread overview]
Message-ID: <1077644497.1804.186.camel@mulgrave> (raw)
CONFIG_IRQBALANCE only affects arch/i386/kernel/io_apic.c, so you should
only see it as an option if you actually have one of those. This patch
makes IRQBALANCE depend on X86_IO_APIC.
James
===== arch/i386/Kconfig 1.101 vs edited =====
--- 1.101/arch/i386/Kconfig Fri Feb 20 10:57:29 2004
+++ edited/arch/i386/Kconfig Tue Feb 24 11:36:42 2004
@@ -828,7 +828,7 @@
config IRQBALANCE
bool "Enable kernel irq balancing"
- depends on SMP
+ depends on SMP && X86_IO_APIC
default y
help
The defalut yes will allow the kernel to do irq load balancing.
reply other threads:[~2004-02-24 17:41 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=1077644497.1804.186.camel@mulgrave \
--to=james.bottomley@steeleye.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mbligh@aracnet.com \
--cc=torvalds@osdl.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