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-Tag: v4.12-rc1~93^2~179 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43a8888f0a70db62488fc3ad1505f6c6a2267803;p=thirdparty%2Fkernel%2Flinux.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 e02db66a77e3a..7330150bfe34a 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