[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAE9FiQV0XTd_1Ujz=tb6BSuwJvJ9nbT_GbE2PREtgMGv=yG0+g@mail.gmail.com>
Date: Mon, 30 Apr 2012 17:32:18 -0700
From: Yinghai Lu <yinghai@...nel.org>
To: Bjorn Helgaas <bhelgaas@...gle.com>
Cc: Jesse Barnes <jbarnes@...tuousgeek.org>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Tony Luck <tony.luck@...el.com>,
David Miller <davem@...emloft.net>, x86 <x86@...nel.org>,
Dominik Brodowski <linux@...inikbrodowski.net>,
Andrew Morton <akpm@...ux-foundation.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arch@...r.kernel.org
Subject: Re: [PATCH -v11 04/30] PCI: Add busn_res into struct pci_bus.
On Mon, Apr 30, 2012 at 4:25 PM, Bjorn Helgaas <bhelgaas@...gle.com> wrote:
>> --- a/include/linux/pci.h
>> +++ b/include/linux/pci.h
>> @@ -419,6 +419,7 @@ struct pci_bus {
>> struct list_head slots; /* list of slots on this bus */
>> struct resource *resource[PCI_BRIDGE_RESOURCE_NUM];
>> struct list_head resources; /* address space routed to this bus */
>> + struct resource busn_res; /* track registered bus num range */
>>
>> struct pci_ops *ops; /* configuration access functions */
>> void *sysdata; /* hook for sys-specific extension */
>
> struct pci_bus already includes "secondary" and "subordinate". This
> new "busn_res" looks like it will contain the same information. Why
> do we need both?
In some case the could be different.
for root bus from _CRS, busn_res could bigger than subordinate,
because scan_childbus will update subordinate.
and also we have one resource to insert it into the resource tree, so
later could probe/allocate bus num range.
Yinghai
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists