From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Ravnborg Subject: Re: [RFC PATCH 00/19] unify init_task Date: Thu, 11 Dec 2008 13:56:25 +0100 Message-ID: <20081211125625.GA23800@uranus.ravnborg.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from pfepa.post.tele.dk ([195.41.46.235]:32955 "EHLO pfepa.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755300AbYLKMy7 (ORCPT ); Thu, 11 Dec 2008 07:54:59 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: Kyle McMartin , David Miller Cc: linux-arch@vger.kernel.org Hi Kyle. > > Unconverted architectures so far are m68k (because it doesn't use an explicit > init_task.c), ia64 (because it faffs about with init_thread_union), and > sparc{,64} (which appear to rely on some magic.) sparc has harcoded the alignment requirments in init_task.c. I will try to make it look like all others by moving this to vmlinux.lds. Speaking of that there seems to be another bit that could be shared between the arch vmlinux.lds as all arch has init_task included. Sam