Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24767
b: refs/heads/master
c: 769ebc6
h: refs/heads/master
i:
  24765: f09ffbe
  24763: fcabb88
  24759: 62e8dac
  24751: 3f43f84
  24735: 188490b
  24703: dd5f326
v: v3
  • Loading branch information
Dean Roe authored and Tony Luck committed Mar 28, 2006
1 parent c56aa25 commit c85b1d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: e6ef0fca2c61f7e773178be8c3833a709a47e022
refs/heads/master: 769ebc66dec24770ea1e99019099d2bc636a61d3
6 changes: 5 additions & 1 deletion trunk/arch/ia64/sn/kernel/sn2/sn_hwperf.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,11 @@ static int sn_hwperf_geoid_to_cnode(char *location)
if (sn_hwperf_location_to_bpos(location, &rack, &bay, &slot, &slab))
return -1;

for_each_node(cnode) {
/*
* FIXME: replace with cleaner for_each_XXX macro which addresses
* both compute and IO nodes once ACPI3.0 is available.
*/
for (cnode = 0; cnode < num_cnodes; cnode++) {
geoid = cnodeid_get_geoid(cnode);
module_id = geo_module(geoid);
this_rack = MODULE_GET_RACK(module_id);
Expand Down

0 comments on commit c85b1d5

Please sign in to comment.