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.15.4-1+rpi1~1^2^2^2^2^2^2^2^2^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a6829da43be9a66bb9d2bcf3f8aa813e068c2b46;p=linux.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 ) - _mcount (if CONFIG_FUNCTION_TRACER=y; though ) 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 f6c5264287e..147cdd07e2f 100644 --- a/arch/powerpc/include/asm/asm-prototypes.h +++ b/arch/powerpc/include/asm/asm-prototypes.h @@ -17,6 +17,9 @@ #include #include #include +#include +#include +#include #include