From owner-cvs-all@FreeBSD.ORG Thu Apr 10 13:31:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 927D737B401; Thu, 10 Apr 2003 13:31:01 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49F1043F93; Thu, 10 Apr 2003 13:31:00 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id h3AKUun99922; Thu, 10 Apr 2003 16:30:56 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Thu, 10 Apr 2003 16:30:56 -0400 (EDT) From: Jeff Roberson To: Julian Elischer In-Reply-To: Message-ID: <20030410162943.T37530-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: RE: cvs commit: src/sys/ddb db_ps.c src/sys/i386/i386 genassym.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2003 20:31:02 -0000 On Thu, 10 Apr 2003, Julian Elischer wrote: > > > On Thu, 10 Apr 2003, Jeff Roberson wrote: > > > > > > > There is NO support for locking a KSE to a CPU yet. That is a completely > > > different question. > > > > > > There is in ULE. > > But you keep your own information on this.. Yes, I'm telling you, if you add anything make it specific to the scheduler. It doesn't not need to be in scheduler independant code. We just need a new system call for binding a kse to a cpu. This will be scheduler independant and then we can call a scheduler dependant routine like sched_bind(kse, cpu); > > > > > > > > > > > information in the scheduler specific data. I already have an entry for > > > > > it in ULE. > > > > > > > > > > Cheers, > > > > > Jeff > > > > > > > > > > > > > > > > > > > > >