]> nv-tegra.nvidia Code Review - linux-2.6.git/commit - include
[IA64] Altix pcibus_to_node implementation
authorChristoph Lameter <clameter@sgi.com>
Tue, 12 Jul 2005 23:03:00 +0000 (16:03 -0700)
committerTony Luck <tony.luck@intel.com>
Tue, 12 Jul 2005 23:12:55 +0000 (16:12 -0700)
commit7c2a6c62c013a4ea57243536fc7f3987e4ba04bc
tree02e3e1d9888f81110ba85bef531e5c695f6064ce
parent08357f82d4decc48bbfd39ae30d5fe0754f7f576
[IA64] Altix pcibus_to_node implementation

The Altix subarch does not provide node information via ACPI. Instead hooks
are used to fixup pci structures. This patch determines the nodes for Altix
PCI busses.

Remote Bridges:
---------------
Altix supports remote I/O nodes without memory or processors but with bridges.
The TIOCA type of bridge is an AGP bridge and the PROM provides information
about the closest node. That information will be returned by pcibus_to_node.

The TIOCP remote bridge type is a PCI bridge but the PROM does not provide a
closest node id. pcibus_to_node will return -1 for devices on those bridges
meaning that device control structures may be allocated on any node.

Safeguard:
----------
Should the fixups result in invalid node information for a pci controller then
a warning will be printed and pcibus_to_node will return -1.

This patch also fixes the "FIXME" in sn_dma_alloc_coherent. This means that
dma_alloc_coherent will now use alloc_pages_node to allocate memory local to
the node that the PCI device is connected to.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/sn/kernel/io_init.c
arch/ia64/sn/pci/pci_dma.c
arch/ia64/sn/pci/pcibr/pcibr_provider.c
arch/ia64/sn/pci/tioca_provider.c
include/asm-ia64/sn/pcibr_provider.h
include/asm-ia64/sn/pcibus_provider_defs.h