From owner-cvs-all Thu Oct 25 2:20:47 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 3159437B403; Thu, 25 Oct 2001 02:20:44 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id TAA19668; Thu, 25 Oct 2001 19:20:41 +1000 Date: Thu, 25 Oct 2001 19:19:46 +1000 (EST) From: Bruce Evans X-X-Sender: To: John Baldwin Cc: , Subject: Re: cvs commit: src/sys/i386/i386 genassym.c machdep.c swtch.s s In-Reply-To: Message-ID: <20011025191413.F77571-100000@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 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" :-). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message