From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [patch 1/2] locking: Make inlining decision Kconfig based Date: Mon, 09 Nov 2009 20:16:56 +0100 Message-ID: <1257794216.4108.372.camel@laptop> References: <20091109150033.125758935@linutronix.de> <20091109151428.504477141@linutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:44099 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751326AbZKITRL (ORCPT ); Mon, 9 Nov 2009 14:17:11 -0500 In-Reply-To: <20091109151428.504477141@linutronix.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Thomas Gleixner Cc: LKML , Linus Torvalds , Heiko Carstens , Ingo Molnar , linux-arch@vger.kernel.org On Mon, 2009-11-09 at 15:21 +0000, Thomas Gleixner wrote: > 6 files changed, 284 insertions(+), 104 deletions(-) Bloats the code a bit, and the Kconfig expressions are a pain to look at, but I guess having a clear and unambiguous CONFIG_ symbol in the end is a win. If you fix up that floating hunk in the second patch, I guess I'm ok with it.. Acked-by: Peter Zijlstra