1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00

- Call sched_add() with the correct argument on SMP.

Reported by:	Valentin Chopov <valentin@valcho.net>
This commit is contained in:
Jeff Roberson 2003-10-16 20:06:19 +00:00
parent e312432731
commit 0c7da3a43d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121145

View File

@ -462,7 +462,7 @@ kseq_move(struct kseq *from, int cpu)
kseq_rem(from, ke);
ke->ke_cpu = cpu;
sched_add(ke);
sched_add(ke->ke_thread);
}
#endif