Skip to content

Commit f40f97a

Browse files
author
Jonathan Corbet
committed
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 <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Jiri Olsa <[email protected]> Acked-by: Catalin Marinas <[email protected]> Acked-by: Arnaldo Carvalho de Melo <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
1 parent c300340 commit f40f97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/util/arm-spe-decoder/arm-spe-decoder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ static u64 arm_spe_calc_ip(int index, u64 payload)
5151
* (bits [63:56]) is assigned as top-byte tag; so we only can
5252
* retrieve address value from bits [55:0].
5353
*
54-
* According to Documentation/arm64/memory.rst, if detects the
54+
* According to Documentation/arch/arm64/memory.rst, if detects the
5555
* specific pattern in bits [55:52] of payload which falls in
5656
* the kernel space, should fixup the top byte and this allows
5757
* perf tool to parse DSO symbol for data address correctly.

0 commit comments

Comments
 (0)