Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 6 Feb 2002 16:15:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 6 Feb 2002 16:15:27 -0500 Received: from nat-pool-meridian.redhat.com ([12.107.208.200]:27671 "EHLO devserv.devel.redhat.com") by vger.kernel.org with ESMTP id ; Wed, 6 Feb 2002 16:15:13 -0500 Date: Wed, 6 Feb 2002 16:15:11 -0500 From: Jakub Jelinek To: "H. Peter Anvin" Cc: linux-kernel@vger.kernel.org Subject: Re: kernel: ldt allocation failed Message-ID: <20020206161511.D21624@devserv.devel.redhat.com> Reply-To: Jakub Jelinek In-Reply-To: <200202061402.g16E2Nt32223@Port.imtp.ilyichevsk.odessa.ua> <20020206101231.X21624@devserv.devel.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from hpa@zytor.com on Wed, Feb 06, 2002 at 12:19:37PM -0800 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 06, 2002 at 12:19:37PM -0800, H. Peter Anvin wrote: > Followup to: <20020206101231.X21624@devserv.devel.redhat.com> > By author: Jakub Jelinek > In newsgroup: linux.dev.kernel > > > > Most sane architectures reserve a thread pointer register (%g6 resp. %g7 on > > sparc, tp on ia64, ppc will use %r2, alpha uses a fast pall call as thread > > "register", s390 uses user access register 0 (and s390x uar 0 and 1), etc.). > > On register starved ia32 there aren't too many spare registers, so %gs is > > used instead. > > > > x86-64, interestingly, retains vestigial meaning of the %fs and %gs > registers (but no others) to use as a base pointer for this reason > alone. Well, on x86-64 this is purely x86-64 ABI designers decision, they could pick one of %r8 - %r15 and use that as thread pointer instead (and were recommended to do so). Jakub - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/