On Sun, Jan 31, 2016 at 8:01 PM, Mike [off-list ref] wrote:
Building on ppc32
In file included from fs/proc/task_mmu.c:14:0:
include/linux/swapops.h: In function =E2=80=98pte_to_swp_entry=E2=80=99:
include/linux/swapops.h:69:6: error: implicit declaration of function
=E2=80=98pte_swp_soft_dirty=E2=80=99 [-Werror=3Dimplicit-function-declara=
tion]
if (pte_swp_soft_dirty(pte))
^
include/linux/swapops.h:70:9: error: implicit declaration of function
=E2=80=98pte_swp_clear_soft_dirty=E2=80=99 [-Werror=3Dimplicit-function-d=
eclaration]
pte =3D pte_swp_clear_soft_dirty(pte);
^
Can you try the patch posted here: https://lkml.org/lkml/2016/1/25/554
Thanks!
--=20
Pranith