Browse Source

Merge commit '0e43084' into cg_merges_20130822a

Conflicts:
	miner.c
Luke Dashjr 12 years ago
parent
commit
66728a0c7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -7610,7 +7610,7 @@ static struct work *hash_pop(void)
 
 retry:
 	mutex_lock(stgd_lock);
-	while (!getq->frozen && !HASH_COUNT(staged_work))
+	while (!HASH_COUNT(staged_work))
 	{
 		if (unlikely(staged_full))
 		{