From owner-cvs-src@FreeBSD.ORG Thu Apr 10 12:42:01 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 E4B7B37B401; Thu, 10 Apr 2003 12:42:01 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id AABB543F75; Thu, 10 Apr 2003 12:42:00 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by rwcrmhc52.attbi.com (rwcrmhc52) with ESMTP id <2003041019415905200lhjk0e>; Thu, 10 Apr 2003 19:41:59 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA90484; Thu, 10 Apr 2003 12:41:58 -0700 (PDT) Message-Id: <200304101941.MAA90484@InterJet.elischer.org> Date: Thu, 10 Apr 2003 12:41:55 -0700 (PDT) From: Julian Elischer To: Jeff Roberson 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-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: Thu, 10 Apr 2003 19:42:02 -0000 src/sys/kern init_main.c kern_fork.c kern_mutex.c kern_proc.c kern_thread.c sched_4bsd.c sched_ule.c subr_smp.c subr_witness.c src/sys/ In-Reply-To: <20030410151504.R37530-100000@mail.chesapeake.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 10 Apr 2003, Jeff Roberson wrote: > > On Thu, 10 Apr 2003, John Baldwin wrote: > > > > > On 10-Apr-2003 Julian Elischer wrote: > > > julian 2003/04/10 10:35:45 PDT > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/ddb db_ps.c > > > sys/i386/i386 genassym.c > > > sys/kern init_main.c kern_fork.c kern_mutex.c > > > kern_proc.c kern_thread.c sched_4bsd.c > > > sched_ule.c subr_smp.c subr_witness.c > > > sys/sys proc.h > > > Log: > > > Move the _oncpu entry from the KSE to the thread. > > > The entry in the KSE still exists but it's purpose will change a bit > > > when we add the ability to lock a KSE to a cpu. > > > > Why not add a ke_pincpu to hold the bound CPU? Since KSE's are in > > theory a kind of virtual CPU abstraction the thread really seems to > > be the wrong place for this information. > > > > Er, this seems wrong to me. Regardless, please but the bound cpu > information in the scheduler specific data. I already have an entry for > it in ULE. There is no bound CPU data yet. > > Cheers, > Jeff > >