From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 8 Oct 2012 14:05:42 -0700 Subject: [PATCH V2] ARM: OMAP2+: Round of the carve out memory requested to section_size In-Reply-To: References: <1347434053-11431-1-git-send-email-r.sricharan@ti.com> Message-ID: <20121008210542.GF13011@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Shilimkar, Santosh [120927 23:35]: > On Wed, Sep 12, 2012 at 12:44 PM, R Sricharan wrote: > > memblock_steal tries to reserve physical memory during boot. > > When the requested size is not aligned on the section size > > then, the remaining memory available for lowmem becomes > > unaligned on the section boundary. There is a issue with this, > > which is discussed in the thread below. > > > > https://lkml.org/lkml/2012/6/28/112 > > > > The final conclusion from the thread seems to > > be align the memblock_steal calls on the SECTION boundary. > > The issue comes out when LPAE is enabled, where the > > section size is 2MB. > > > > Boot tested this on OMAP5 evm with and without LPAE. > > > > Signed-off-by: R Sricharan > > --- > > [V2] Corrected the subject and added one more description line. > > > Looks good. > Acked-by : Santosh Shilimkar > > Tony, > Can you take this into your next "fixes-noncritical" queue please ? Applying it now into fixes for the -rc cycle. Regards, Tony