Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 15 Feb 2002 06:23:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 15 Feb 2002 06:22:50 -0500 Received: from smtpzilla1.xs4all.nl ([194.109.127.137]:11533 "EHLO smtpzilla1.xs4all.nl") by vger.kernel.org with ESMTP id ; Fri, 15 Feb 2002 06:22:47 -0500 Date: Fri, 15 Feb 2002 12:25:33 +0100 (CET) From: Roman Zippel X-X-Sender: To: Jeff Garzik cc: David Howells , Linus Torvalds , , "David S. Miller" , , Subject: Re: [PATCH] move task_struct allocation to arch In-Reply-To: <3C6CDB4D.D072A7B4@mandrakesoft.com> 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 Hi, On Fri, 15 Feb 2002, Jeff Garzik wrote: > > any extra clock cycles. This led to Linus requesting that everything that > > entry.S needs to access be separated out into another structure (so that > > entry.S never accesses task_struct). > > Seems a sane enough direction... That wouldn't be a problem, if ia32 added the needed infrastructure to calculate the structure offsets. It's not really that difficult, look at the m68k implementation, which even gets dependencies right. AFAIK Keith also added the needed infra structure to his new build system. bye, Roman - 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/