Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758607AbZDPQwZ (ORCPT ); Thu, 16 Apr 2009 12:52:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758455AbZDPQwG (ORCPT ); Thu, 16 Apr 2009 12:52:06 -0400 Received: from ocean.emcraft.com ([213.221.7.182]:56631 "EHLO ocean.emcraft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758139AbZDPQwF (ORCPT ); Thu, 16 Apr 2009 12:52:05 -0400 Message-ID: <49E761CB.300@emcraft.com> Date: Thu, 16 Apr 2009 20:50:19 +0400 From: Ilya Yanok User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: Hugh Dickins CC: Andrew Morton , Yuri Tikhonov , prodyuth@gmail.com, jwboyer@linux.vnet.ibm.com, linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] powerpc: allow 256kB pages with SHMEM References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1112 Lines: 38 Hi Hugh, Hugh Dickins wrote: > Now that shmem's divisions by zero and SHMEM_MAX_BYTES are fixed, > let powerpc 256kB pages coexist with CONFIG_SHMEM again. > > Signed-off-by: Hugh Dickins > Acked-by: Ilya Yanok > --- > Added linuxppc-dev and some other Cc's for this 3/3: sorry > if you didn't see 1/3 and 2/3, they were just in mm/shmem.c. > > arch/powerpc/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- 2.6.29-git13/arch/powerpc/Kconfig 2009-04-06 11:47:57.000000000 +0100 > +++ linux/arch/powerpc/Kconfig 2009-04-06 18:18:47.000000000 +0100 > @@ -462,7 +462,7 @@ config PPC_64K_PAGES > > config PPC_256K_PAGES > bool "256k page size" if 44x > - depends on !STDBINUTILS && (!SHMEM || BROKEN) > + depends on !STDBINUTILS > help > Make the page size 256k. > > Regards, Ilya. -- 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/