Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <peterz@infradead.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

+1 -1
+1 -1
tools/perf/util/arm-spe-decoder/arm-spe-decoder.c
··· 51 51 * (bits [63:56]) is assigned as top-byte tag; so we only can 52 52 * retrieve address value from bits [55:0]. 53 53 * 54 - * According to Documentation/arm64/memory.rst, if detects the 54 + * According to Documentation/arch/arm64/memory.rst, if detects the 55 55 * specific pattern in bits [55:52] of payload which falls in 56 56 * the kernel space, should fixup the top byte and this allows 57 57 * perf tool to parse DSO symbol for data address correctly.