From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756972Ab2D3Uhr (ORCPT ); Mon, 30 Apr 2012 16:37:47 -0400 Received: from smtp.snhosting.dk ([87.238.248.203]:37362 "EHLO smtp.domainteam.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756803Ab2D3Uho (ORCPT ); Mon, 30 Apr 2012 16:37:44 -0400 Date: Mon, 30 Apr 2012 22:37:43 +0200 From: Sam Ravnborg To: Thomas Gleixner Cc: LKML , linux-arch@vger.kernel.org Subject: Re: [patch 00/29] init_task: Use a generic init_task variant Message-ID: <20120430203743.GA8934@merkur.ravnborg.org> References: <20120430194725.763322463@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120430194725.763322463@linutronix.de> 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 08:15:50PM -0000, Thomas Gleixner wrote: > All architectures do roughly the same to initialize init_task. The > only architecture which deviates is ia64, but I could not figure out > why it couldn't use the same setup as all other architectures. > > The following series converts all archs to a generic version. > > Thanks, > > tglx > --- > arch/um/kernel/init_task.c | 38 ------------------- > arch/unicore32/kernel/init_task.c | 44 ---------------------- > arch/x86/kernel/init_task.c | 42 --------------------- > arch/xtensa/kernel/init_task.c | 31 --------------- > tip/arch/um/kernel/um_arch.c | 5 ++ > tip/arch/unicore32/Makefile | 1 > tip/arch/unicore32/kernel/Makefile | 2 - > tip/arch/x86/Makefile | 1 > tip/arch/x86/kernel/Makefile | 2 - > tip/arch/x86/kernel/process.c | 9 ++++ > tip/arch/xtensa/kernel/Makefile | 2 - > tip/kernel/sched/Makefile | 4 -- > tip/kernel/sched/init_task.c | 24 ++++++++++++ Diffstat looks funny. Some tip stuff sneaked in. Also I am missing patch 1.. Sam