arm64: Fix build due to HMP tracepoints
authorMark Brown <broonie@linaro.org>
Mon, 14 Oct 2013 12:37:36 +0000 (13:37 +0100)
committerJon Medhurst <tixy@linaro.org>
Wed, 30 Oct 2013 16:56:22 +0000 (09:56 -0700)
commitbd40e205ea48665ed60499001f8edf802e2901e2
tree40816f65a752ba68eb79ed97fb003b08dd5ee5f7
parentb9e7900a8ad0dc9ffe416567841cb606f1689133
arm64: Fix build due to HMP tracepoints

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