Date: Wed, 21 Feb 2001 18:15:57 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_intr.c Message-ID: <200102220215.f1M2Fve81129@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/02/21 18:15:57 PST Modified files: sys/kern kern_intr.c Log: Just use the ithread->it_proc directly in a KTR tracepoint instead of assigning a local var to it and using it, as otherwise the local var wasn't used, and generated a warning in the !KTR case. Noticed by: bde Revision Changes Path 1.45 +2 -3 src/sys/kern/kern_intr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102220215.f1M2Fve81129>