1. 12 Jul, 2005 1 commit
    • Christoph Lameter's avatar
      [IA64] pcibus_to_node implementation for IA64 · 514604c6
      Christoph Lameter authored
      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  <alex.williamson@hp.com for that piece).
      Signed-off-by: default avatarChristoph Lameter <clameter@sgi.com>
      Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
      514604c6
  2. 11 Jul, 2005 10 commits
  3. 10 Jul, 2005 25 commits
  4. 09 Jul, 2005 4 commits