mmotm broken on arm with ebc495cfcea9 (mm: cleanup *pte_alloc* interfaces)
Andrew Morton
akpm at linux-foundation.org
Mon Mar 7 18:02:05 PST 2016
On Mon, 7 Mar 2016 17:27:46 -0800 Laura Abbott <labbott at redhat.com> 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?
More information about the linux-arm-kernel
mailing list