]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Check for offline nodes in pci NUMA code
authorAnton Blanchard <anton@samba.org>
Fri, 13 Oct 2006 02:26:57 +0000 (12:26 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 16 Oct 2006 05:53:30 +0000 (15:53 +1000)
commit394636641cfa5dcd7205fd711d400667b65ac5f7
treebee2ff81586c08e07bcdb831540e84602f57636a
parent210495c3195ac3efa5870a7599ee30a93735d40f
[POWERPC] Check for offline nodes in pci NUMA code

During boot we bring up all memory and cpu nodes. Normally a PCI device
will be in one of these online nodes, however in some weird setups it
may not.

We have only seen this in the lab but we may as well check for the case
and fallback to -1 (all nodes).

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/pci_64.c