Date: Sat, 13 Dec 2003 18:06:29 -0800 (PST) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sched_ule.c Message-ID: <200312140206.hBE26TXF092519@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/12/13 18:06:29 PST FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Assign the ke_cpu field in kseq_notify() so that all of our callers do not have to do it. - Set the ke_runq to NULL in sched_add() before calling kseq_notify(). Otherwise we may panic in sched_add() if INVARIANTS is on. Revision Changes Path 1.90 +2 -4 src/sys/kern/sched_ule.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312140206.hBE26TXF092519>