From: David Rientjes Date: Fri, 18 Sep 2009 10:41:10 +0000 (-0700) Subject: x86/PCI: default pcibus cpumask to all cpus if it lacks affinity X-Git-Tag: v2.6.32-rc1~53^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7715a1e887c5dedc9cf1e57a8f35df261c749b08;p=pandora-kernel.git x86/PCI: default pcibus cpumask to all cpus if it lacks affinity The early initialization of the pci bus to node mapping leaves all busses with a node id of -1 if it lacks memory affinity. Thus, cpumask_of_pcibus must return all online cpus for such busses. Signed-off-by: David Rientjes Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed