diff options
Diffstat (limited to 'tools/testing/selftests/arm64/fp/fp-pidbench.S')
-rw-r--r-- | tools/testing/selftests/arm64/fp/fp-pidbench.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/arm64/fp/fp-pidbench.S b/tools/testing/selftests/arm64/fp/fp-pidbench.S index 16a436389bfc..73830f6bc99b 100644 --- a/tools/testing/selftests/arm64/fp/fp-pidbench.S +++ b/tools/testing/selftests/arm64/fp/fp-pidbench.S @@ -31,7 +31,6 @@ // Main program entry point .globl _start function _start -_start: puts "Iterations per test: " mov x20, #10000 lsl x20, x20, #8 |