summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kern/llsync.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/llsync.c b/kern/llsync.c
index c5364520..05cd2318 100644
--- a/kern/llsync.c
+++ b/kern/llsync.c
@@ -157,6 +157,7 @@ llsync_setup(void)
attr.name = "x15_llsync_work";
attr.policy = THREAD_SCHED_POLICY_TS;
attr.priority = THREAD_SCHED_TS_PRIO_DEFAULT;
+ attr.cpumap = NULL;
error = thread_create(&llsync_worker, &attr, llsync_work, NULL);
if (error)