Commit 9a352a90 authored by Marcus Meissner's avatar Marcus Meissner Committed by Namhyung Kim
Browse files

perf tools: annotate asm_pure_loop.S



Annotate so it is built with non-executable stack.

Fixes: 8b975197 ("perf test: Add asm pureloop test tool")
Signed-off-by: default avatarMarcus Meissner <meissner@suse.de>
Reviewed-by: default avatarLeo Yan <leo.yan@arm.com>
Link: https://lore.kernel.org/r/20250323085410.23751-1-meissner@suse.de


Signed-off-by: default avatarNamhyung Kim <namhyung@kernel.org>
parent ba3b0861
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,3 +26,5 @@ skip:
	mov	x0, #0
	mov	x8, #93 // __NR_exit syscall
	svc	#0

.section .note.GNU-stack, "", @progbits