From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.linux-foundation.org (smtp1.linux-foundation.org [140.211.169.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.linux-foundation.org", Issuer "CA Cert Signing Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 7F102DDF3F for ; Fri, 10 Apr 2009 09:38:58 +1000 (EST) Date: Thu, 9 Apr 2009 16:34:03 -0700 From: Andrew Morton To: Hugh Dickins Subject: Re: [PATCH 3/3] powerpc: allow 256kB pages with SHMEM Message-Id: <20090409163403.e82ec1c3.akpm@linux-foundation.org> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: yanok@emcraft.com, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, prodyuth@gmail.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 6 Apr 2009 22:01:15 +0100 (BST) 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 > --- > 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. Do we think these patches should be in 2.6.30?