From: Ben Hutchings Date: Fri, 2 Dec 2016 01:26:54 +0000 (+0000) Subject: powerpc: Fix missing CRCs, add yet more asm-prototypes.h declarations X-Git-Tag: archive/raspbian/4.9.82-1+deb9u3+rpi1_jessie~8^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0cf8245aea45ed3177eb3a8924d89c14dd04b0e6;p=linux-4.9.git powerpc: Fix missing CRCs, add yet 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 Gbp-Pq: Topic bugfix/powerpc Gbp-Pq: Name powerpc-fix-missing-crcs-add-yet-more-asm-prototypes.patch --- diff --git a/arch/powerpc/include/asm/asm-prototypes.h b/arch/powerpc/include/asm/asm-prototypes.h index e0baba1535e6..ba0225ff38f8 100644 --- a/arch/powerpc/include/asm/asm-prototypes.h +++ b/arch/powerpc/include/asm/asm-prototypes.h @@ -18,6 +18,8 @@ #include #include #include +#include +#include #include