From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 13/19] mips: convert to generic init_task.c Date: Thu, 11 Dec 2008 14:04:25 +0100 Message-ID: <200812111404.25597.arnd@arndb.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from moutng.kundenserver.de ([212.227.126.177]:58228 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754765AbYLKNFH convert rfc822-to-8bit (ORCPT ); Thu, 11 Dec 2008 08:05:07 -0500 In-Reply-To: Content-Disposition: inline Sender: linux-arch-owner@vger.kernel.org List-ID: To: Kyle McMartin Cc: linux-arch@vger.kernel.org, ralf@linux-mips.org, Kyle McMartin On Thursday 11 December 2008, Kyle McMartin wrote: > - */ > -union thread_union init_thread_union > -=A0=A0=A0=A0=A0=A0=A0__attribute__((__section__(".data.init_task"), > -=A0=A0=A0=A0=A0=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 __aligned__(THREAD= _SIZE))) =3D > -=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0{ INIT_THREAD_INFO(init= _task) }; > - The __aligned__(THREAD_SIZE) is only present in sparc, mips and parisc (though the latter uses 128 byte align). I guess you verified that dropping it is ok for parisc, but is that also true for mips and sparc? Arnd <><