Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21a8b756 authored by Jean Pihet's avatar Jean Pihet Committed by Jiri Olsa
Browse files

perf tools: Consolidate types.h for ARM and ARM64



Prevents a build breakage since commit d944c4ee
'tools: Consolidate types.h'

Signed-off-by: default avatarJean Pihet <jean.pihet@linaro.org>
Link: http://lkml.kernel.org/r/1400229672-16104-1-git-send-email-jean.pihet@linaro.org


Signed-off-by: default avatarJiri Olsa <jolsa@kernel.org>
parent c5765ece
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#define ARCH_PERF_REGS_H

#include <stdlib.h>
#include "../../util/types.h"
#include <linux/types.h>
#include <asm/perf_regs.h>

#define PERF_REGS_MASK	((1ULL << PERF_REG_ARM_MAX) - 1)
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#define ARCH_PERF_REGS_H

#include <stdlib.h>
#include "../../util/types.h"
#include <linux/types.h>
#include <asm/perf_regs.h>

#define PERF_REGS_MASK	((1ULL << PERF_REG_ARM64_MAX) - 1)