Skip to content

Commit b2ab432

Browse files
brooniectmarinas
authored andcommitted
kselftest/arm64: Remove redundant _start labels from zt-test
The newly added zt-test program copied the pattern from the other FP stress test programs of having a redundant _start label which is rejected by clang, as we did in a parallel series for the other tests remove the label so we can build with clang. No functional change. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20230130-arm64-fix-sme2-clang-v1-1-3ce81d99ea8f@kernel.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent 3eb1b41 commit b2ab432

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/testing/selftests/arm64/fp/zt-test.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ endfunction
200200
// Main program entry point
201201
.globl _start
202202
function _start
203-
_start:
204203
mov x23, #0 // signal count
205204

206205
mov w0, #SIGINT

0 commit comments

Comments
 (0)