diff options
Diffstat (limited to 'sys/kern/subr_smp.c')
-rw-r--r-- | sys/kern/subr_smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c index 598fb16..c107442 100644 --- a/sys/kern/subr_smp.c +++ b/sys/kern/subr_smp.c @@ -150,7 +150,7 @@ forward_roundrobin(void) id = gd->gd_cpuid; if (id != PCPU_GET(cpuid) && (id & stopped_cpus) == 0 && p != gd->gd_idleproc) { - need_resched(p); + p->p_sflag |= PS_NEEDRESCHED; map |= id; } } |