Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754234AbbFEM1U (ORCPT ); Fri, 5 Jun 2015 08:27:20 -0400 Received: from mout.kundenserver.de ([212.227.17.10]:52487 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751554AbbFEM1S (ORCPT ); Fri, 5 Jun 2015 08:27:18 -0400 From: Arnd Bergmann To: Gregory Fong Cc: linux-arm-kernel@lists.infradead.org, Kevin Cernekee , Russell King , open list Subject: Re: [PATCH 3/3] ARM: Allow either FLATMEM or SPARSEMEM on the multiplatform build Date: Fri, 05 Jun 2015 14:26:41 +0200 Message-ID: <2466892.NW5Y39MQOr@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1433469518-8472-4-git-send-email-gregory.0xf0@gmail.com> References: <1433469518-8472-1-git-send-email-gregory.0xf0@gmail.com> <1433469518-8472-4-git-send-email-gregory.0xf0@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:vdDvN/J2JB9b2SKeNqaUbIHX5Ev7T9hJXoh536dK41jmKaIEQfZ 1CPZOKoB9bosLIogEBWhzF5oLQv718IAGw+sIzIKFMQHbUTWDcHtnC7zGbQ2TwiW4VC6PLp RKjHdnQre/Zk4AciSy8W+M1CnPauGwU1NCgh9qYvCGKoD4MtEWQKazWmDzxRXy/x50v361h NdwZY59aCtJy1dQdz9zjA== X-UI-Out-Filterresults: notjunk:1;V01:K0:YG4X1fiOifg=:TxuRrSzcMoZJQeZyjVjEzE YKv1esiIXnvarp55x8rpcEfvficjG5aWwx4NIQX8sSDt5rqv63VPJyGJHhOcAcDl5los2k00D rHHJNWBhivDVhT53whBhfPyM76BmBsZWO1OSpoK6Sw7wGfGdJ13nkzhpC/JJHJwnWnJ7dXycK /zApY7mGHOUitAHUR+RtdtmTujVWl/hiaJivOYRqUZwhEGGtga0EgkSKgdWLDm+heT9h7MJmz ughW4LN1OOiWEIbw15ewW/yuAC0hkGaHDJnjKYRpPxPHAVQpE7W/Vu0Z/KCbpEUCDL409weD4 rLYRuJSsvoVIRp9jI2KBZK4noVtDhiu+bMlig9dBCWnSww82nS2lZ8cpF/UWml67qnQuNwwAx K8lum1BhbmOJ8NE4dJhwGgbSAHqGkWvsN0xCqE9RyBQbCVfv9aEWBnRXGduxhK3in1U3q+3cA IO/1NswJDG7nk+vyDfVeozkjUz2w5KJWx9N33moOLZXFdjPbqyvbopclV+zCi6ga5s6jClqk5 scPGbfTGVCN6PxQ7+FZXm42Y85hyjE2TF8B3sC9YMuyrGe/hfP95fgpC8eGH/ekfblIJMCzyB CjiJvkSi23jRgz1RhuzfFq50JM7R2bApSktWtWMXSMLu9vStKLpjz+cw+K8q9R6XYyGLBc5CA SFL8kX1v1WESzZJLq12r3H806sCdxi2NCPo77NdcTKh0+pg== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1566 Lines: 33 On Thursday 04 June 2015 18:58:38 Gregory Fong wrote: > ARMv7 chips with LPAE can often benefit from SPARSEMEM, as portions of > system memory can be located deep in the 36-bit address space. Allow > FLATMEM or SPARSEMEM to be selectable at compile time; FLATMEM remains > the default. > > This is based on Kevin's "[PATCH 3/3] ARM: Allow either FLATMEM or > SPARSEMEM on the multi-v7 build" from [1] and shamelessly rips off his > commit message text above. As Arnd pointed out at [2] there doesn't > seem to be any reason to tie this specifically to ARMv7, so this has > been changed to apply to all multiplatform kernels. > > [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-September/286837.html > [2] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-October/298950.html > > Cc: Kevin Cernekee > Signed-off-by: Gregory Fong > --- > I don't have any platforms other than armv7 handily set up to test SPARSEMEM, > so any testing would be appreciated. FLATMEM is still the default so at least > nobody will see anything change unless they deliberately switch. > Can you check that realview at least builds with your series? It probably will, but it's not obvious as there are some tricky bits with the various realview config options. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/