From: Christoph Lameter Date: Thu, 7 Jul 2005 23:59:00 +0000 (-0700) Subject: [IA64] pcibus_to_node implementation for IA64 X-Git-Tag: v2.6.13-rc4~115^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=514604c6d1779c55d3e97dc4e9a71c117c1ccbcd;p=pandora-kernel.git [IA64] pcibus_to_node implementation for IA64 pcibus_to_node provides a way for the Linux kernel to identify to which node a certain pcibus connects to. Allocations of control structures for devices can then be made on the node where the pci bus is located to allow local access during interrupt and other device manipulation. This patch provides a new "node" field in the the pci_controller structure. The node field will be set based on ACPI information (thanks to Alex Williamson Signed-off-by: Tony Luck --- Reading git-diff-tree failed