aboutsummaryrefslogtreecommitdiff
path: root/system/pdp_queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'system/pdp_queue.c')
-rw-r--r--system/pdp_queue.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/system/pdp_queue.c b/system/pdp_queue.c
index 2932728..fe3748e 100644
--- a/system/pdp_queue.c
+++ b/system/pdp_queue.c
@@ -297,7 +297,7 @@ void pdp_queue_setup(void)
curr = 0;
q = getbytes(PDP_QUEUE_SIZE * sizeof(*q));
- /* use threads by default */
+ /* enable threads */
use_thread = 1;
/* setup synchro stuff */
@@ -324,6 +324,9 @@ void pdp_queue_setup(void)
+ /* set default disable/enable thread here */
+ pdp_queue_use_thread(0);
+
}