Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752354AbXBYQnx (ORCPT ); Sun, 25 Feb 2007 11:43:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752355AbXBYQnx (ORCPT ); Sun, 25 Feb 2007 11:43:53 -0500 Received: from relay.2ka.mipt.ru ([194.85.82.65]:57160 "EHLO 2ka.mipt.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752352AbXBYQnw (ORCPT ); Sun, 25 Feb 2007 11:43:52 -0500 Date: Sat, 24 Feb 2007 21:34:21 +0300 From: Evgeniy Polyakov To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Linus Torvalds , Arjan van de Ven , Christoph Hellwig , Andrew Morton , Alan Cox , Ulrich Drepper , Zach Brown , "David S. Miller" , Suparna Bhattacharya , Davide Libenzi , Jens Axboe , Thomas Gleixner Subject: Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3 Message-ID: <20070224183421.GA6835@2ka.mipt.ru> References: <20070221211355.GA7302@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20070221211355.GA7302@elte.hu> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 827 Lines: 26 On Wed, Feb 21, 2007 at 10:13:55PM +0100, Ingo Molnar (mingo@elte.hu) wrote: > this is the v3 release of the syslet/threadlet subsystem: > > http://redhat.com/~mingo/syslet-patches/ There is no %xgs. --- ./arch/i386/kernel/process.c~ 2007-02-24 22:56:14.000000000 +0300 +++ ./arch/i386/kernel/process.c 2007-02-24 22:53:19.000000000 +0300 @@ -426,7 +426,6 @@ regs.xds = __USER_DS; regs.xes = __USER_DS; - regs.xgs = __KERNEL_PDA; regs.orig_eax = -1; regs.eip = (unsigned long) async_thread_helper; regs.xcs = __KERNEL_CS | get_kernel_rpl(); -- Evgeniy Polyakov - 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/