commit | 7715a1e887c5dedc9cf1e57a8f35df261c749b08 | [log] [tgz] |
---|---|---|
author | David Rientjes <rientjes@google.com> | Fri Sep 18 03:41:10 2009 -0700 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Fri Sep 18 08:51:10 2009 -0700 |
tree | bca8db5ca6e8f724387831ea6aa5b013a378c371 | |
parent | be3652b8a253346339ce32501dd48fb033258936 [diff] |
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 <rientjes@google.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>