Commit ce3382ca53a6219bb116d060e2d75c6cfeaa8082

ckolivas 2011-06-14T16:26:34

Don't run gpu thread idle prio.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/cpu-miner.c b/cpu-miner.c
index e9de48d..1eba257 100644
--- a/cpu-miner.c
+++ b/cpu-miner.c
@@ -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];