Parcourir la source

powerpc64/ftrace: Include ftrace.h needed for enable/disable calls

this_cpu_disable_ftrace and this_cpu_enable_ftrace are inlines in
ftrace.h Without it included, the build fails.

Fixes: a4bc64d305af ("powerpc64/ftrace: Disable ftrace during kvm entry/exit")
Cc: stable@vger.kernel.org # v4.18+
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
Acked-by: Naveen N. Rao <naveen.n.rao at linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Luke Dashjr il y a 7 ans
Parent
commit
d6ee76d3d3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      arch/powerpc/kvm/book3s_hv.c

+ 1 - 0
arch/powerpc/kvm/book3s_hv.c

@@ -46,6 +46,7 @@
 #include <linux/compiler.h>
 #include <linux/compiler.h>
 #include <linux/of.h>
 #include <linux/of.h>
 
 
+#include <asm/ftrace.h>
 #include <asm/reg.h>
 #include <asm/reg.h>
 #include <asm/ppc-opcode.h>
 #include <asm/ppc-opcode.h>
 #include <asm/asm-prototypes.h>
 #include <asm/asm-prototypes.h>