mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🔧 改用local apic定时器进行进程时间片更新
This commit is contained in:
@ -123,8 +123,7 @@ void sched_cfs()
|
||||
*/
|
||||
void sched_update_jiffies()
|
||||
{
|
||||
// if (current_pcb->cpu_id == 0)
|
||||
// return;
|
||||
|
||||
switch (current_pcb->priority)
|
||||
{
|
||||
case 0:
|
||||
|
Reference in New Issue
Block a user