Re: Failure on latest GIT - implicit declaration of function ‘pte_swp_clear_soft_dirty’

Pranith Kumar bobby.prani at gmail.com
Mon Feb 1 12:05:58 AEDT 2016


On Sun, Jan 31, 2016 at 8:01 PM, Mike <michael.heltne at gmail.com> wrote:
> Building on ppc32
>
> In file included from fs/proc/task_mmu.c:14:0:
> include/linux/swapops.h: In function ‘pte_to_swp_entry’:
> include/linux/swapops.h:69:6: error: implicit declaration of function
> ‘pte_swp_soft_dirty’ [-Werror=implicit-function-declaration]
>   if (pte_swp_soft_dirty(pte))
>       ^
> include/linux/swapops.h:70:9: error: implicit declaration of function
> ‘pte_swp_clear_soft_dirty’ [-Werror=implicit-function-declaration]
>    pte = pte_swp_clear_soft_dirty(pte);
>          ^

Can you try the patch posted here: https://lkml.org/lkml/2016/1/25/554

Thanks!
-- 
Pranith


More information about the Linuxppc-dev mailing list