From: Andi Kleen <ak@suse.de>
To: Jeff Garzik <jeff@garzik.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH] x86/x86-64 PCI domain support
Date: Sun, 2 Sep 2007 00:00:03 +0200 [thread overview]
Message-ID: <200709020000.03375.ak@suse.de> (raw)
In-Reply-To: <20070901143223.GA32216@havoc.gtf.org>
>
> +config PCI_DOMAINS
> + bool "PCI domain support"
> + depends on PCI
I don't think this should be a config option.
But there should be a pci=... option with Documentation to turn it off at runtime
> +static inline int pci_proc_domain(struct pci_bus *bus)
> +{
> + return pci_domain_nr(bus);
> +}
The second function is redundant?
-Andi
next prev parent reply other threads:[~2007-09-01 22:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-01 14:32 [PATCH] x86/x86-64 PCI domain support Jeff Garzik
2007-09-01 22:00 ` Andi Kleen [this message]
2007-09-01 22:06 ` Jeff Garzik
2007-09-01 22:26 ` Andi Kleen
2007-09-01 22:40 ` Jeff Garzik
2007-09-02 16:46 ` Randy Dunlap
2007-09-02 16:56 ` Jeff Garzik
2007-09-02 17:15 ` Randy Dunlap
2007-09-02 9:19 ` Muli Ben-Yehuda
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=200709020000.03375.ak@suse.de \
--to=ak@suse.de \
--cc=akpm@linux-foundation.org \
--cc=jeff@garzik.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.