Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 503
b: refs/heads/master
c: f1e2a1c
h: refs/heads/master
i:
  501: 5d4948d
  499: aabd4ad
  495: 8897b28
v: v3
  • Loading branch information
Mark Goodwin authored and Tony Luck committed Apr 25, 2005
1 parent 3c32bb6 commit 206e09a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 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: 4a5c13c7eb0d55bfd2cf3100c55f1e3d8df37576
refs/heads/master: f1e2a1c8a1fe16db5f4a7c0c1551d6e1b97dcbb2
12 changes: 7 additions & 5 deletions trunk/arch/ia64/sn/kernel/sn2/sn_hwperf.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,14 +300,15 @@ static int sn_topology_show(struct seq_file *s, void *d)
* PCI busses attached to this node, if any
*/
do {
if (!(pci_topo_buf = vmalloc(pci_topo_buf_len))) {
printk("sn_topology_show: kmalloc failed\n");
if (sn_hwperf_location_to_bpos(obj->location,
&rack, &bay, &slot, &slab)) {
break;
}

if (sn_hwperf_location_to_bpos(obj->location,
&rack, &bay, &slot, &slab) != 0)
continue;
if (!(pci_topo_buf = vmalloc(pci_topo_buf_len))) {
printk("sn_topology_show: vmalloc failed\n");
break;
}

e = ia64_sn_ioif_get_pci_topology(rack, bay, slot, slab,
pci_topo_buf, pci_topo_buf_len);
Expand All @@ -325,6 +326,7 @@ static int sn_topology_show(struct seq_file *s, void *d)
break;

case SN_HWPERF_OP_OK:
default:
/* export pci bus info */
print_pci_topology(s, obj, &pci_bus_ordinal,
pci_topo_buf, pci_topo_buf_len);
Expand Down

0 comments on commit 206e09a

Please sign in to comment.