From owner-cvs-src@FreeBSD.ORG Sat Oct 9 04:21:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01ED416A4CE; Sat, 9 Oct 2004 04:21:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6DB043D1D; Sat, 9 Oct 2004 04:21:34 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i994LY15056771; Sat, 9 Oct 2004 04:21:34 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i994LY0V056770; Sat, 9 Oct 2004 04:21:34 GMT (envelope-from julian) Message-Id: <200410090421.i994LY0V056770@repoman.freebsd.org> From: Julian Elischer Date: Sat, 9 Oct 2004 04:21:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern kern_thread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Oct 2004 04:21:35 -0000 julian 2004-10-09 04:21:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern kern_thread.c Log: MFC 1.202: Slight cleanup in the single threading code. needed to make the next MFC apply cleanly.. Approved by: re (scottl) Revision Changes Path 1.193.2.5 +5 -6 src/sys/kern/kern_thread.c