Re: [PATCH -V7 02/10] powerpc/THP: Implement transparent hugepages for ppc64
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2013-05-04 21:39:29
Also in:
linux-mm
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2013-05-04 21:39:29
Also in:
linux-mm
On Sun, 2013-05-05 at 00:44 +0530, Aneesh Kumar K.V wrote:
We may want to retain some of these because of the assert we want to add for locking. PTE related functions expect ptl to be locked. PMD related functions expect mm->page_table_lock to be locked.
In this case have a single inline commmon function __something called by two different wrappers. Cheers, Ben.