|
|
@ -21,7 +21,7 @@ class KernelCore; |
|
|
class SchedulerLock; |
|
|
class SchedulerLock; |
|
|
|
|
|
|
|
|
using KSchedulerPriorityQueue = |
|
|
using KSchedulerPriorityQueue = |
|
|
KPriorityQueue<KThread, Core::Hardware::NUM_CPU_CORES, Svc::LowestThreadPriority + 1, |
|
|
|
|
|
|
|
|
KPriorityQueue<KThread, Core::Hardware::NUM_CPU_CORES, Svc::LowestThreadPriority, |
|
|
Svc::HighestThreadPriority>; |
|
|
Svc::HighestThreadPriority>; |
|
|
|
|
|
|
|
|
static constexpr s32 HighestCoreMigrationAllowedPriority = 2; |
|
|
static constexpr s32 HighestCoreMigrationAllowedPriority = 2; |
|
|
|