linux/tools/perf/util/arm-spe-decoder
Leo Yan c185f1cde4 perf arm-spe: Include bitops.h for BIT() macro
Include header linux/bitops.h, directly use its BIT() macro and remove
the self defined macros.

Committer notes:

Use BIT_ULL() instead of BIT to build on 32-bit arches as mentioned in
review by Andre Przywara <andre.przywara@arm.com>. I noticed the build
failure when crossbuilding to arm32 from x86_64.

Signed-off-by: Leo Yan <leo.yan@linaro.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Link: https://lore.kernel.org/r/20201111071149.815-2-leo.yan@linaro.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2020-11-11 14:44:22 -03:00
..
arm-spe-decoder.c perf arm-spe: Include bitops.h for BIT() macro 2020-11-11 14:44:22 -03:00
arm-spe-decoder.h
arm-spe-pkt-decoder.c perf arm-spe: Include bitops.h for BIT() macro 2020-11-11 14:44:22 -03:00
arm-spe-pkt-decoder.h
Build