From: Ben Hutchings Date: Fri, 2 Dec 2016 02:38:38 +0000 (+0000) Subject: powerpc: Fix missing CRCs, add more asm-prototypes.h declarations X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=43a8888f0a70db62488fc3ad1505f6c6a2267803;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git powerpc: Fix missing CRCs, add more asm-prototypes.h declarations Add declarations for: - __mfdcr, __mtdcr (if CONFIG_PPC_DCR_NATIVE=y; through ) - switch_mmu_context (if CONFIG_PPC_BOOK3S_64=n; through ) Signed-off-by: Ben Hutchings Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/include/asm/asm-prototypes.h b/arch/powerpc/include/asm/asm-prototypes.h index e02db66a77e3..7330150bfe34 100644 --- a/arch/powerpc/include/asm/asm-prototypes.h +++ b/arch/powerpc/include/asm/asm-prototypes.h @@ -17,6 +17,8 @@ #include #include #include +#include +#include #include