From owner-cvs-src@FreeBSD.ORG Mon Nov 3 23:18:19 2003 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 92EB616A4CE; Mon, 3 Nov 2003 23:18:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12B1543FD7; Mon, 3 Nov 2003 23:18:19 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA47IIXJ079331; Mon, 3 Nov 2003 23:18:18 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA47IIkB079330; Mon, 3 Nov 2003 23:18:18 -0800 (PST) (envelope-from jeff) Message-Id: <200311040718.hA47IIkB079330@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 3 Nov 2003 23:18:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys sched.h 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: Tue, 04 Nov 2003 07:18:19 -0000 jeff 2003/11/03 23:18:18 PST FreeBSD src repository Modified files: sys/sys sched.h Log: - Clean up comments to reflect the KSE pushout. - Add the following functions to the api: sched_bind(), sched_unbind(), sched_pin(), and sched_unpin(). Bind/unbind are used for traditional cpu binding. Pin and unpin are meant to allow the kernel to hold a thread on a particular cpu so that it may cache per-cpu data without fear of being migrated. Revision Changes Path 1.7 +17 -8 src/sys/sys/sched.h