From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Tue, 22 Mar 2011 14:42:27 +0000 Subject: Re: [RFC][PATCH v3 07/22] mm, sh: add gfp flags variant of pmd and pte allocations Message-Id: <20110322144227.GA30303@linux-sh.org> List-Id: References: <20110318194135.GA4746@prasad-kvm> <20110318194341.GB4746@prasad-kvm> <20110318194600.GC4746@prasad-kvm> <20110318194740.GD4746@prasad-kvm> <20110318194929.GE4746@prasad-kvm> <20110318195035.GF4746@prasad-kvm> <20110318195141.GG4746@prasad-kvm> <20110318195307.GH4746@prasad-kvm> In-Reply-To: <20110318195307.GH4746@prasad-kvm> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Prasad Joshi Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, mitra@kqinfotech.com On Fri, Mar 18, 2011 at 07:53:07PM +0000, Prasad Joshi wrote: > > - Added __pte_alloc_one_kernel() function to allow caller to allocation flag. > Like pte_alloc_one_kernel() this newly added function calls > quicklist_alloc() and passes the allocation flag down the call hierarchy. > > - The function pte_alloc_one_kernel() is modified to call > __pte_alloc_one_kernel() using the correct allocation flag. > > - Similar changes for pmd allocations. Added function __pmd_alloc_one(). > > - The changes help in fixing the Bug 30702. > > Signed-off-by: Prasad Joshi > Signed-off-by: Anand Mitra Acked-by: Paul Mundt