From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932391Ab2EGUcU (ORCPT ); Mon, 7 May 2012 16:32:20 -0400 Received: from smtp.snhosting.dk ([87.238.248.203]:14044 "EHLO smtp.domainteam.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932261Ab2EGUcR (ORCPT ); Mon, 7 May 2012 16:32:17 -0400 Date: Mon, 7 May 2012 22:32:16 +0200 From: Sam Ravnborg To: Thomas Gleixner Cc: LKML , Tony Luck Subject: Re: [patch 18/18] task_allocator: Use config switches instead of magic defines Message-ID: <20120507203216.GC10521@merkur.ravnborg.org> References: <20120505150007.543515803@linutronix.de> <20120505150142.371309416@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120505150142.371309416@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 Sat, May 05, 2012 at 03:05:48PM -0000, Thomas Gleixner wrote: > Replace __HAVE_ARCH_TASK_ALLOCATOR and __HAVE_ARCH_THREAD_ALLOCATOR > with proper config switches. > > Signed-off-by: Thomas Gleixner > Cc: Sam Ravnborg > Cc: Tony Luck > Index: tip/arch/sparc/include/asm/thread_info_32.h > =================================================================== > --- tip.orig/arch/sparc/include/asm/thread_info_32.h > +++ tip/arch/sparc/include/asm/thread_info_32.h > @@ -80,8 +80,6 @@ register struct thread_info *current_thr > */ > #define THREAD_INFO_ORDER 1 > > -#define __HAVE_ARCH_THREAD_INFO_ALLOCATOR > - > BTFIXUPDEF_CALL(struct thread_info *, alloc_thread_info_node, int) > #define alloc_thread_info_node(tsk, node) BTFIXUP_CALL(alloc_thread_info_node)(node) On the sparc mailing list we have discussed to drop support for sun4c - and decided to do so. With sun4c dropped sparc32 will be able to use the generic variant too. I will take care to introduce the generic variant when sparc32 is ready. Sam