login
Header Space

 
 

Mailing list archives

Search results

Found 3 matching messages (0.251 seconds). Page 1 of 1.

[PATCH] x86_64: don't need set default res if only have one root bus

only one root bus, don't need to split that root resources. Signed-off-by: ... pci_bus *b) int j; struct pci_root_info *info; - if (!pci_root_num) + /* if only one root bus, don't need to anything */ + if (pci_root_num < 2) return; for ...

linux-kernel - Yinghai Lu - Apr 11 2008 - 18:14

Re: [PATCH] x86_64: don't need set default res if only have one root bus

... Lu wrote: > only one root bus, don't need to split that root resources. This patch fixes the issue described at http://lkml.org/lkml/ ... + /* if only one root bus, don't need to anything */ > + if (pci_root_num < 2) > return; > ...

linux-kernel - Rafael J. Wysocki - Apr 11 2008 - 18:54

Re: [PATCH] x86_64: don't need set default res if only have one root bus

... Saturday, 12 of April 2008, Yinghai Lu wrote: > > only one root bus, don't need to split that root resources. > > This patch fixes the issue described at > http://lkml.org/lkml/2008/4/10/304 and in ...

linux-kernel - Ingo Molnar - Apr 13 2008 - 03:47

speck-geostationary