Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127359
b: refs/heads/master
c: 0663a36
h: refs/heads/master
i:
  127357: fd02331
  127355: fb6dffc
  127351: fab85ff
  127343: 10e807a
  127327: 63cc816
  127295: a8b16c7
  127231: 9a423d9
v: v3
  • Loading branch information
Bjorn Helgaas authored and Jesse Barnes committed Jan 7, 2009
1 parent 53e455d commit 3da4efa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29935282f24a6ce2f0a65c3d77fb7f695461f583
refs/heads/master: 0663a36284586ac9a9781be8aa7e8ca9fff16d06
9 changes: 5 additions & 4 deletions trunk/arch/x86/pci/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,12 @@ struct pci_bus * __devinit pci_acpi_scan_root(struct acpi_device *device, int do
if (bus && node != -1) {
#ifdef CONFIG_ACPI_NUMA
if (pxm >= 0)
printk(KERN_DEBUG "bus %02x -> pxm %d -> node %d\n",
busnum, pxm, node);
printk(KERN_DEBUG
"pci %04x:%02x: bus on NUMA node %d (pxm %d)\n",
domain, busnum, node, pxm);
#else
printk(KERN_DEBUG "bus %02x -> node %d\n",
busnum, node);
printk(KERN_DEBUG "pci %04x:%02x: bus on NUMA node %d\n",
domain, busnum, node);
#endif
}

Expand Down

0 comments on commit 3da4efa

Please sign in to comment.