|
@@ -574,6 +574,9 @@ void *miner_thread(void *userdata)
|
|
|
goto out;
|
|
goto out;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ if (cgpu->deven != DEV_ENABLED)
|
|
|
|
|
+ mt_disable_start(mythr);
|
|
|
|
|
+
|
|
|
thread_reportout(mythr);
|
|
thread_reportout(mythr);
|
|
|
applog(LOG_DEBUG, "Popping ping in miner thread");
|
|
applog(LOG_DEBUG, "Popping ping in miner thread");
|
|
|
notifier_read(mythr->notifier); // Wait for a notification to start
|
|
notifier_read(mythr->notifier); // Wait for a notification to start
|