From owner-cvs-all Thu Oct 25 14:53:27 2001 Delivered-To: cvs-all@freebsd.org Received: from mail11.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id 989DC37B40C for ; Thu, 25 Oct 2001 14:52:59 -0700 (PDT) Received: (qmail 11173 invoked from network); 25 Oct 2001 21:52:58 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 Oct 2001 21:52:58 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 25 Oct 2001 14:52:57 -0700 (PDT) From: John Baldwin To: Julian Elischer Subject: Re: cvs commit: src/sys/i386/i386 genassym.c machdep.c swtch.s s Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Bruce Evans Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 25-Oct-01 Julian Elischer wrote: > p is short for "processor" :-) Then you are making the pcb per-kse now since kse's are the virtual cpu? That's news. :-P I think it was 'process control block' and should now be a 'thread control block'. > On Thu, 25 Oct 2001, John Baldwin wrote: > >> >> On 25-Oct-01 Bruce Evans wrote: >> > On Thu, 25 Oct 2001, John Baldwin wrote: >> > >> >> On 25-Oct-01 Bruce Evans wrote: >> >> > On Wed, 24 Oct 2001, John Baldwin wrote: >> >> >> ... >> >> >> Log: >> >> >> Split the per-process Local Descriptor Table out of the PCB and into >> >> >> struct mdproc. >> >> >> ... >> >> > Why? It seems to mainly pessimize things by adding an indirection >> >> > ... >> >> Imagine a process with 8 threads that sets up a user ldt. Now we have to >> >> go >> >> update the ldt in all 8 pcb's. A ldt is per-process, not per-thread. >> >> The >> >> pcb >> > >> > I see. The "p" in "pcb" is an abbreviation of "thread" :-). >> >> Heh. Perhaps that should be fixed. :) s/pcb/tcb/? >> >> > Bruce >> >> -- >> >> John Baldwin -- http://www.FreeBSD.org/~jhb/ >> PGP Key: http://www.baldwin.cx/~john/pgpkey.asc >> "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ >> > -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message