1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-10 04:31:03 +00:00

Don't run gpu thread idle prio.

This commit is contained in:
ckolivas 2011-06-14 16:26:34 +10:00 committed by Con Kolivas
parent dde7039726
commit ce3382ca53

View File

@ -739,7 +739,6 @@ static void *gpuminer_thread(void *userdata)
uint32_t res[MAXTHREADS];
setpriority(PRIO_PROCESS, 0, 19);
drop_policy();
size_t globalThreads[1];
size_t localThreads[1];