From c12d1ce6349bc374092747ff43480e7bd631457a Mon Sep 17 00:00:00 2001 From: fincs Date: Mon, 6 Aug 2018 21:39:00 +0200 Subject: [PATCH] Remove access to core3 since it causes stability problems when used together with preemptive multithreading & load balancing --- hbl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbl.json b/hbl.json index a32a0b9..2de03fb 100644 --- a/hbl.json +++ b/hbl.json @@ -22,7 +22,7 @@ "kernel_flags" : { "highest_thread_priority" : 59, "lowest_thread_priority" : 28, - "highest_cpu_id" : 3, + "highest_cpu_id" : 2, "lowest_cpu_id" : 0 }, "syscalls" : {