Re: powerpc/book3s_32: Fix build error with checkpoint restart

2016-01-31 Thread Michael Ellerman
On Fri, 2016-29-01 at 17:02:49 UTC, "Aneesh Kumar K.V" wrote: > In file included from mm/vmscan.c:54:0: > include/linux/swapops.h: In function ‘pte_to_swp_entry’: > include/linux/swapops.h:69:2: error: implicit declaration of function > ‘pte_swp_soft_dirty’ [-Werror=implicit-function-decla

[PATCH] powerpc/book3s_32: Fix build error with checkpoint restart

2016-01-29 Thread Aneesh Kumar K.V
In file included from mm/vmscan.c:54:0: include/linux/swapops.h: In function ‘pte_to_swp_entry’: include/linux/swapops.h:69:2: error: implicit declaration of function ‘pte_swp_soft_dirty’ [-Werror=implicit-function-declaration] if (pte_swp_soft_dirty(pte)) ^ include/linux/swapops.h:70:3: error