Date: Sun, 28 Oct 2007 22:50:48 +0100 From: Roman Divacky <rdivacky@FreeBSD.org> To: Julian Elischer <julian@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/top machine.c src/lib/libkvm kvm_proc.c src/bin/ps extern.h keyword.c print.c ps.c src/sys/kern init_main.c kern_exit.c kern_idle.c kern_intr.c kern_kthread.c kern_shutdown.c kern_thread.c sched_4bsd.c src/sys/sys kthread.h ... Message-ID: <20071028215048.GA62120@freebsd.org> In-Reply-To: <200710260800.l9Q80fee085818@repoman.freebsd.org> References: <200710260800.l9Q80fee085818@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
around line 860 it->it_need = 1; thread_lock(td); if (TD_AWAITING_INTR(td)) { CTR3(KTR_INTR, "%s: schedule pid %d (%s)", __func__, p->p_pid, [1] th->th_name); TD_CLR_IWAIT(td); are you sure it's "th" and not "td" ? the "th" does not seem to be mentioned anywhere... roman
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071028215048.GA62120>