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-declaration] > if (pte_swp_soft_dirty(pte)) > ^ > include/linux/swapops.h:70:3: error: implicit declaration of function > âpte_swp_clear_soft_dirtyâ [-Werror=implicit-function-declaration] > pte = pte_swp_clear_soft_dirty(pte); > > We support soft dirty tracking only with book3s 64 for now. > So change the Kconfig dependency accordingly. Also CHECKPOINT_RESTORE > feature is not really dependent on SOFT_DIRTY. We track the dependency > between MEM_SOFT_DIRTY and ARCH_SOFT_DIRTY through headers > > Signed-off-by: Aneesh Kumar K.V <aneesh.ku...@linux.vnet.ibm.com>
Applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/19f97c98307115f5a6b0bbf848 cheers
_______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev