Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262219AbVC3PZc (ORCPT ); Wed, 30 Mar 2005 10:25:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262267AbVC3PZc (ORCPT ); Wed, 30 Mar 2005 10:25:32 -0500 Received: from colin2.muc.de ([193.149.48.15]:2060 "HELO colin2.muc.de") by vger.kernel.org with SMTP id S262219AbVC3PZ3 (ORCPT ); Wed, 30 Mar 2005 10:25:29 -0500 Date: 30 Mar 2005 17:25:27 +0200 Date: Wed, 30 Mar 2005 17:25:27 +0200 From: Andi Kleen To: Linus Torvalds Cc: "H. J. Lu" , linux kernel Subject: Re: i386/x86_64 segment register issuses (Re: PATCH: Fix x86 segment register access) Message-ID: <20050330152527.GD12672@muc.de> References: <20050326020506.GA8068@lucon.org> <20050327222406.GA6435@lucon.org> <20050330015312.GA27309@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 446 Lines: 14 > > unsigned gsindex; > > asm volatile("movl %%gs,%0" : "=g" (gsindex)); > > Ok, that's a real x86-64 bug, it seems. Andi, please fix, preferably by > just making the "g" be a "r". Will do. -Andi - 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/