From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:53387 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751661Ab1GZSba (ORCPT ); Tue, 26 Jul 2011 14:31:30 -0400 Message-ID: <4E2F08A0.5080704@suse.cz> Date: Tue, 26 Jul 2011 20:34:08 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: [RFC][PATCH 2/2] mm: Switch NUMA_BUILD and COMPACTION_BUILD to new KCONFIG() syntax References: <4E1D9C25.8080300@suse.cz> <1311634718-32588-1-git-send-email-mmarek@suse.cz> <1311634718-32588-2-git-send-email-mmarek@suse.cz> <20110726151908.GD17958@tiehlicka.suse.cz> In-Reply-To: <20110726151908.GD17958@tiehlicka.suse.cz> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Michal Hocko Cc: linux-kbuild@vger.kernel.org, lacombar@gmail.com, sam@ravnborg.org, linux-kernel@vger.kernel.org, plagnioj@jcrosoft.com, linux-mm@kvack.org Dne 26.7.2011 17:19, Michal Hocko napsal(a): > On Tue 26-07-11 00:58:38, Michal Marek wrote: >> Cc: linux-mm@kvack.org >> Signed-off-by: Michal Marek > > I assume that this is a cleanup. Without seeing the rest of the patch > set (probably not in linux-mm missing in the CC) and the cover email it > is hard to be sure. Could you add some description to the patch, please? Sorry for the confusion. Patch 1/2 is here: https://lkml.org/lkml/2011/7/25/448 and provides a generic way to use CONFIG_* options in C expressions. This patch 2/2 for demonstration purposes only, if the first patch hits mainline, then I'll submit this one properly. Michal