Date: Tue, 31 Aug 2004 11:52:05 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h src/sys/kern kern_kse.c Message-ID: <200408311152.i7VBq5uJ057831@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2004-08-31 11:52:05 UTC FreeBSD src repository Modified files: sys/sys proc.h sys/kern kern_kse.c Log: Remove TDP_USTATCLOCK, we no longer need it because we now always update tick count for userland in thread_userret. This change also removes a "no upcall owned" panic because fuword() schedules an upcall under heavily loaded, and code assumes there is no upcall can occur. Reported and Tested by: Peter Holm <peter@holm.cc> Revision Changes Path 1.198 +30 -55 src/sys/kern/kern_kse.c 1.396 +0 -1 src/sys/sys/proc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408311152.i7VBq5uJ057831>