commit | 318facbee05417fb432603a8309a10cdb942a87b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jun 06 16:09:39 2006 +0200 |
committer | Paul Mackerras <paulus@samba.org> | Fri Jun 09 21:21:08 2006 +1000 |
tree | 753d84a8213b9e6639e661d329d5473b35e6c191 | |
parent | 507279db1819aacf4022e790b3fc8bc8cf56debf [diff] |
[PATCH] powerpc: implement pcibus_to_node and pcibus_to_cpumask On 64bit powerpc we can find out what node a pci bus hangs off, so implement the topology.h macros that export this information. For 32bit this seems a little more difficult, but I don't know of 32bit powerpc NUMA machines either, so let's leave it out for now. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Paul Mackerras <paulus@samba.org>