[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190820155745.20593-1-raphael.gault@arm.com>
Date: Tue, 20 Aug 2019 16:57:45 +0100
From: Raphael Gault <raphael.gault@....com>
To: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc: mingo@...hat.com, peterz@...radead.org, catalin.marinas@....com,
will.deacon@....com, acme@...nel.org, mark.rutland@....com,
raph.gault+kdev@...il.com, Raphael Gault <raphael.gault@....com>
Subject: [PATCH] arm64: perf_event: Add missing header needed for smp_processor_id()
Acked-by: Mark Rutland <mark.rutland@....com>
Signed-off-by: Raphael Gault <raphael.gault@....com>
---
arch/arm64/kernel/perf_event.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/kernel/perf_event.c b/arch/arm64/kernel/perf_event.c
index 96e90e270042..24575c0a0065 100644
--- a/arch/arm64/kernel/perf_event.c
+++ b/arch/arm64/kernel/perf_event.c
@@ -19,6 +19,7 @@
#include <linux/of.h>
#include <linux/perf/arm_pmu.h>
#include <linux/platform_device.h>
+#include <linux/smp.h>
/* ARMv8 Cortex-A53 specific event types. */
#define ARMV8_A53_PERFCTR_PREF_LINEFILL 0xC2
--
2.17.1
Powered by blists - more mailing lists