From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Subject: Re: [patch 22/29] sh: Use generic init_task Date: Tue, 1 May 2012 07:57:50 +0900 Message-ID: <20120430225749.GE7988@linux-sh.org> References: <20120430194725.763322463@linutronix.de> <20120430194846.924135890@linutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from linux-sh.org ([111.68.239.195]:60238 "EHLO linux-sh.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756679Ab2D3W6D (ORCPT ); Mon, 30 Apr 2012 18:58:03 -0400 Content-Disposition: inline In-Reply-To: <20120430194846.924135890@linutronix.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Thomas Gleixner Cc: LKML , linux-arch@vger.kernel.org On Mon, Apr 30, 2012 at 08:16:02PM -0000, Thomas Gleixner wrote: > Same code. Use the generic version. The special Makefile treatment is > pointless anyway as init_task.o contains only data which is handled by > the linker script. So no point on being treated like head text. > > Signed-off-by: Thomas Gleixner > Cc: Paul Mundt Acked-by: Paul Mundt