Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 13 Aug 2002 14:35:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 13 Aug 2002 14:35:50 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:43791 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Tue, 13 Aug 2002 14:35:50 -0400 Date: Tue, 13 Aug 2002 11:41:45 -0700 (PDT) From: Linus Torvalds To: Ingo Molnar cc: Christoph Hellwig , Subject: Re: [patch] CLONE_SETTLS, CLONE_SETTID, 2.5.31-BK In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 705 Lines: 21 On Tue, 13 Aug 2002, Ingo Molnar wrote: > > CLONE_SETTLS => if present then the third clone() syscall parameter > is the new TLS. > > CLONE_SETTID => if present then the child TID is written to the > address specified by the fourth clone() parameter. Except you actually test the CLONE_SETTLS bit.. This looks basically ok, although that "struct thread_struct *t" still serves no useful purpose.. Linus - 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/