On 03/07/2016 06:02 PM, Andrew Morton wrote:
On Mon, 7 Mar 2016 17:27:46 -0800 Laura Abbott <labbott@xxxxxxxxxx> wrote:
Hi,
I just tried the master of mmotm and ran into compilation issues on arm:
...
It looks like this is caused by ebc495cfcea9 (mm: cleanup *pte_alloc* interfaces)
which added
#define pte_alloc(mm, pmd, address) \
(unlikely(pmd_none(*(pmd))) && __pte_alloc(mm, pmd, address))
http://ozlabs.org/~akpm/mmots/broken-out/mm-cleanup-pte_alloc-interfaces-fix.patch
and
http://ozlabs.org/~akpm/mmots/broken-out/mm-cleanup-pte_alloc-interfaces-fix-2.patch
should fix up arm?
Ah yes, I missed those. Thanks.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@xxxxxxxxx. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>