From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757222Ab2D3VK5 (ORCPT ); Mon, 30 Apr 2012 17:10:57 -0400 Received: from smtp.snhosting.dk ([87.238.248.203]:17028 "EHLO smtp.domainteam.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755439Ab2D3VKz (ORCPT ); Mon, 30 Apr 2012 17:10:55 -0400 Date: Mon, 30 Apr 2012 23:10:54 +0200 From: Sam Ravnborg To: Thomas Gleixner Cc: LKML , linux-arch@vger.kernel.org, "David S. Miller" Subject: Re: [patch 23/29] sparc: Use generic init_task Message-ID: <20120430211054.GA8986@merkur.ravnborg.org> References: <20120430194725.763322463@linutronix.de> <20120430194846.989528598@linutronix.de> <20120430203538.GA8876@merkur.ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 30, 2012 at 11:04:39PM +0200, Thomas Gleixner wrote: > On Mon, 30 Apr 2012, Thomas Gleixner wrote: > > On Mon, 30 Apr 2012, Sam Ravnborg wrote: > > > This breaks sparc build as it has the following in arch/sparc/Makefile: > > > > > > head-y += arch/sparc/kernel/init_task.o > > > > Hrmm, I thought I had catched all of this nonsense. > > Updated version below. > > Thanks, > > tglx > > --------------------> > Subject: sparc: Use generic init_task > From: Thomas Gleixner > Date: Mon, 30 Apr 2012 16:48:55 +0200 > > 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: "David S. Miller" Acked-by: Sam Ravnborg