arm64: Fix build due to HMP tracepoints
authorMark Brown <broonie@linaro.org>
Mon, 14 Oct 2013 12:37:36 +0000 (13:37 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 14 Oct 2013 16:11:32 +0000 (17:11 +0100)
Commit 2353c1f800 (arm: ipi raise/start/end tracing) added tracepoints for
IPIs in the generic GIC driver but only added definitions for them on ARM,
causing build failures on ARM64. Fix this by adding equivalent definitions
for arm64.

Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Liviu Dudau <Liviu.Dudau@arm.com>
arch/arm64/kernel/smp.c

index 5d54e3717bf81a54eedac2aabf0790745be85fd7..a28d2859932e234eb1881ff30d4b23ee8d4fc75b 100644 (file)
@@ -48,6 +48,9 @@
 #include <asm/tlbflush.h>
 #include <asm/ptrace.h>
 
+#define CREATE_TRACE_POINTS
+#include <trace/events/arm-ipi.h>
+
 /*
  * as from 2.5, kernels no longer have an init_tasks structure
  * so we need some other way of telling a new secondary core