From: Jonathan Corbet Date: Mon, 12 Jun 2023 12:13:47 +0000 (-0600) Subject: perf arm-spe: Fix a dangling Documentation/arm64 reference X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f40f97aaf7fa6222f4ec073c24fb14f04ffb6f80;p=linux.git perf arm-spe: Fix a dangling Documentation/arm64 reference The arm64 documentation has moved under Documentation/arch/. Fix up a dangling reference to match. Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Mark Rutland Cc: Alexander Shishkin Cc: Jiri Olsa Acked-by: Catalin Marinas Acked-by: Arnaldo Carvalho de Melo Signed-off-by: Jonathan Corbet --- diff --git a/tools/perf/util/arm-spe-decoder/arm-spe-decoder.c b/tools/perf/util/arm-spe-decoder/arm-spe-decoder.c index f3918f290df50..ba807071d3c15 100644 --- a/tools/perf/util/arm-spe-decoder/arm-spe-decoder.c +++ b/tools/perf/util/arm-spe-decoder/arm-spe-decoder.c @@ -51,7 +51,7 @@ static u64 arm_spe_calc_ip(int index, u64 payload) * (bits [63:56]) is assigned as top-byte tag; so we only can * retrieve address value from bits [55:0]. * - * According to Documentation/arm64/memory.rst, if detects the + * According to Documentation/arch/arm64/memory.rst, if detects the * specific pattern in bits [55:52] of payload which falls in * the kernel space, should fixup the top byte and this allows * perf tool to parse DSO symbol for data address correctly.