Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274159
b: refs/heads/master
c: 9c74002
h: refs/heads/master
i:
  274157: 9ee2547
  274155: 120c606
  274151: a5c7b5d
  274143: 47d785f
v: v3
  • Loading branch information
Anton Blanchard authored and Benjamin Herrenschmidt committed Sep 19, 2011
1 parent 86c8edf commit b7e0f83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0330581ab3b9002d55ee66f377ccbbb742175c01
refs/heads/master: 9c740025c51a26ab00192cfc464064d4ccbfe3fc
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/platforms/pseries/dlpar.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ void dlpar_free_cc_nodes(struct device_node *dn)
dlpar_free_one_cc_node(dn);
}

#define COMPLETE 0
#define NEXT_SIBLING 1
#define NEXT_CHILD 2
#define NEXT_PROPERTY 3
Expand Down Expand Up @@ -158,6 +159,9 @@ struct device_node *dlpar_configure_connector(u32 drc_index)
spin_unlock(&rtas_data_buf_lock);

switch (rc) {
case COMPLETE:
break;

case NEXT_SIBLING:
dn = dlpar_parse_cc_node(ccwa);
if (!dn)
Expand Down

0 comments on commit b7e0f83

Please sign in to comment.