Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264653
b: refs/heads/master
c: ee3f615
h: refs/heads/master
i:
  264651: 5be3844
v: v3
  • Loading branch information
Javi Merino authored and Russell King committed Oct 22, 2011
1 parent cb847d8 commit d8db800
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b55fa18817743c3c4aef14f0c6fc0e21d7bc1e62
refs/heads/master: ee3f615819404a9438b2dd01b7a39f276d2737f2
2 changes: 1 addition & 1 deletion trunk/arch/arm/common/pl330.c
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,7 @@ int pl330_chan_ctrl(void *ch_id, enum pl330_chan_op op)

/* Start the next */
case PL330_OP_START:
if (!_start(thrd))
if (!_thrd_active(thrd) && !_start(thrd))
ret = -EIO;
break;

Expand Down

0 comments on commit d8db800

Please sign in to comment.