commit | bd40e205ea48665ed60499001f8edf802e2901e2 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Mon Oct 14 13:37:36 2013 +0100 |
committer | Jon Medhurst <tixy@linaro.org> | Wed Oct 30 09:56:22 2013 -0700 |
tree | 40816f65a752ba68eb79ed97fb003b08dd5ee5f7 | |
parent | b9e7900a8ad0dc9ffe416567841cb606f1689133 [diff] |
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>